Class DerivedCoordinateReferenceSystem

    • Constructor Detail

      • DerivedCoordinateReferenceSystem

        public DerivedCoordinateReferenceSystem()
        Constructor
    • Method Detail

      • getBase

        public CoordinateReferenceSystem getBase()
        Get the base coordinate reference system
        Returns:
        base coordinate reference system
      • setBase

        public void setBase​(CoordinateReferenceSystem base)
        Set the base coordinate reference system
        Parameters:
        base - base coordinate reference system
      • getBaseName

        public String getBaseName()
        Get the base name
        Returns:
        base name
      • getBaseType

        public CRSType getBaseType()
        Get the base type
        Returns:
        base type
      • getBaseIdentifiers

        public List<Identifier> getBaseIdentifiers()
        Get the base identifiers
        Returns:
        base identifiers
      • hasBaseIdentifiers

        public boolean hasBaseIdentifiers()
        Has base identifiers
        Returns:
        true if has base identifiers
      • getConversion

        public DerivingConversion getConversion()
        Get the deriving conversion
        Returns:
        deriving conversion
      • setConversion

        public void setConversion​(DerivingConversion conversion)
        Set the deriving conversion
        Parameters:
        conversion - deriving conversion