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
Deprecated.
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 Summary
Modifier and TypeMethodDescriptionintDeprecated.Returns the dimension of the coordinate reference system.Deprecated.Returns the identifying name of a coordinate reference system.voidsetSrsDimension(int aSrsDimension) Deprecated.Sets the dimension of the coordinate reference system.voidsetSrsName(String aSrsName) Deprecated.Sets the identifying name of the coordinate reference system to be referenced.Methods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3SrsInformationGroup
getAxisLabel, getAxisLabelCount, getUomLabel, getUomLabelCount, setAxisLabels, setUomLabels
-
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
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.
-
com.luciad.format.gml3.*packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml,com.luciad.format.gml31.xmlandcom.luciad.format.gml32.xml.