Class IndirectReferenceSystem

All Implemented Interfaces:
Serializable, LenientComparable, org.opengis.referencing.IdentifiedObject, org.opengis.referencing.ReferenceSystem

public class IndirectReferenceSystem extends ReferenceSystemMetadata
AFNOR extension to ISO ReferenceSystem. The following schema fragment specifies the expected content contained within this class.
Since:
0.4
Version:
0.4
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For serialization purpose.
      See Also:
  • Constructor Details

    • IndirectReferenceSystem

      private IndirectReferenceSystem()
      Empty constructor for JAXB.
    • IndirectReferenceSystem

      public IndirectReferenceSystem(org.opengis.referencing.ReferenceSystem crs)
      Creates a new reference system from the given one.
      Parameters:
      crs - the reference system to partially copy.
    • IndirectReferenceSystem

      public IndirectReferenceSystem(org.opengis.referencing.ReferenceIdentifier identifier)
      Creates a new reference system from the given code.
      Parameters:
      identifier - the reference system identifier.
  • Method Details