Interface ILcdGML3SrsReferenceGroup

All Superinterfaces:
ILcdGML3SrsInformationGroup
All Known Subinterfaces:
ILcdGML3AbstractCurve, ILcdGML3AbstractGeometricAggregate, ILcdGML3AbstractGeometricPrimitive, ILcdGML3AbstractGeometry, ILcdGML3AbstractRing, ILcdGML3AbstractSurface, ILcdGML3Curve, ILcdGML3DirectPosition, ILcdGML3DirectPositionList, ILcdGML3Envelope, ILcdGML3Grid, ILcdGML3LinearRing, ILcdGML3LineString, ILcdGML3MultiCurve, ILcdGML3MultiGeometry, ILcdGML3MultiPoint, ILcdGML3MultiSurface, ILcdGML3Point, ILcdGML3Polygon, ILcdGML3RectifiedGrid, ILcdGML3Ring, ILcdGML3Surface, ILcdGML3Vector
All Known Implementing Classes:
TLcdWCSLonLatEnvelope, TLcdWCSLonLatEnvelopeBase

public interface ILcdGML3SrsReferenceGroup extends ILcdGML3SrsInformationGroup
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
Interface for the gml:SRSReferenceGroup attribute group.

Optional reference to the CRS used by this geometry, with optional additional information to simplify use when a more complete definition of the CRS is not needed.

(GML Specification, v3.1.0, paragraph 9.1.2.2)

  • Method Details

    • getSrsName

      String getSrsName()
      Deprecated.
      Returns the identifying name of a coordinate reference system.
      Returns:
      the identifying name of the reference system that is referenced.
    • getSrsDimension

      int getSrsDimension()
      Deprecated.
      Returns the dimension of the coordinate reference system. This dimension is specified by the coordinate reference system. When the srsName attribute is omitted, this attribute shall be omitted.
      Returns:
      the dimension of the coordinate reference system.
    • setSrsName

      void setSrsName(String aSrsName)
      Deprecated.
      Sets the identifying name of the coordinate reference system to be referenced.
      Parameters:
      aSrsName - the identifying name of the coordinate reference system to be referenced.
    • setSrsDimension

      void setSrsDimension(int aSrsDimension)
      Deprecated.
      Sets the dimension of the coordinate reference system.
      Parameters:
      aSrsDimension - the dimension of the coordinate reference system.