Interface ILcdGML3Grid
- All Superinterfaces:
ILcdGML3AbstractGeometry
,ILcdGML3AbstractGML
,ILcdGML3SrsInformationGroup
,ILcdGML3SrsReferenceGroup
,ILcdGML3StandardObjectProperties
- All Known Subinterfaces:
ILcdGML3RectifiedGrid
Deprecated.
This interface represents the GML grid type.
An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.
A valid GML grid must have a not null dimension.
-
Method Summary
Modifier and TypeMethodDescriptiongetAxisName
(int aIndex) Deprecated.Gets the axis name at a given position.int
Deprecated.Gets the number of axis names.Deprecated.Gets the limits.void
setAxisNames
(String[] aAxisNames) Deprecated.Sets the axis names.void
setLimits
(ILcdGML3GridLimits aLimits) Deprecated.Sets the limits.Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AbstractGML
getId, setId
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
-
getLimits
ILcdGML3GridLimits getLimits()Deprecated.Gets the limits.- Returns:
- the limits.
-
setLimits
Deprecated.Sets the limits.- Parameters:
aLimits
- the limits to be set.
-
getAxisNameCount
int getAxisNameCount()Deprecated.Gets the number of axis names.- Returns:
- the number of axis names.
-
setAxisNames
Deprecated.Sets the axis names.- Parameters:
aAxisNames
- the axis names to be set.
-
getAxisName
Deprecated.Gets the axis name at a given position.- Parameters:
aIndex
- the index of the given position.- Returns:
- the axis name 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
.