Interface ILcdGML3RectifiedGrid
- All Superinterfaces:
ILcdGML3AbstractGeometry
,ILcdGML3AbstractGML
,ILcdGML3Grid
,ILcdGML3SrsInformationGroup
,ILcdGML3SrsReferenceGroup
,ILcdGML3StandardObjectProperties
Deprecated.
This interface represents the GML rectified grid type.
A rectified grid has an origin and vectors that define its post locations.
-
Method Summary
Modifier and TypeMethodDescriptiongetOffsetVector
(int aIndex) Deprecated.Gets the offset vector at a given position.int
Deprecated.Gets the number of offset vectors.Deprecated.Gets the origin.void
removeOffsetVector
(int aIndex) Deprecated.Removes the offset vector at a given position.void
setOffsetVector
(ILcdGML3Vector[] aOffsetVectors) Deprecated.Sets the offset vectors.void
setOrigin
(ILcdGML3Point aOrigin) Deprecated.Sets the origin.Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AbstractGML
getId, setId
Methods inherited from interface com.luciad.format.gml3.model.coverages.ILcdGML3Grid
getAxisName, getAxisNameCount, getLimits, setAxisNames, setLimits
Methods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3SrsInformationGroup
getAxisLabel, getAxisLabelCount, getUomLabel, getUomLabelCount, setAxisLabels, setUomLabels
Methods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3SrsReferenceGroup
getSrsDimension, getSrsName, setSrsDimension, setSrsName
Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3StandardObjectProperties
getDescription, getMetaDataProperty, getMetaDataPropertyCount, getName, getNameCount, setDescription, setMetaDataProperties, setNames
-
Method Details
-
getOrigin
ILcdGML3Point getOrigin()Deprecated.Gets the origin.- Returns:
- the origin.
-
setOrigin
Deprecated.Sets the origin.- Parameters:
aOrigin
- the origin to be set.
-
setOffsetVector
Deprecated.Sets the offset vectors.- Parameters:
aOffsetVectors
- the offset vectors to be set.
-
getOffsetVectorCount
int getOffsetVectorCount()Deprecated.Gets the number of offset vectors.- Returns:
- the number of offset vectors.
-
removeOffsetVector
void removeOffsetVector(int aIndex) Deprecated.Removes the offset vector at a given position.- Parameters:
aIndex
- the index of the given position.
-
getOffsetVector
Deprecated.Gets the offset vector at a given position.- Parameters:
aIndex
- the index of the given position.- Returns:
- the offset vector at the given position.
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.