Interface ILcdGML3GridEnvelope
public interface ILcdGML3GridEnvelope
Deprecated.
This interface represents the GML grid envelope type.
A GML grid envelope provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.
-
Method Summary
-
Method Details
-
getLow
int[] getLow()Deprecated.Gets the low grid coordinates.- Returns:
- the low grid coordinates.
-
setLow
void setLow(int[] aLow) Deprecated.Sets the low grid coordinates.- Parameters:
aLow
- the low grid coordinates to be set.
-
getHigh
int[] getHigh()Deprecated.Gets the high grid coordinates.- Returns:
- the high grid coordinates.
-
setHigh
void setHigh(int[] aHigh) Deprecated.Sets the high grid coordinates.- Parameters:
aHigh
- the high grid coordinates to be set.
-
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
.