Package com.luciad.format.gml32.model
Class TLcdGML32GridLimits
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32GridLimits
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theGridEnvelope
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theGridEnvelope
element.void
setGridEnvelope
(TLcdGML32GridEnvelope aValue) Sets the value of the property that maps to theGridEnvelope
element.
-
Field Details
-
GRID_ENVELOPE_PROPERTY
Data property that maps to theGridEnvelope
element. The possible values for this property are instances ofTLcdGML32GridEnvelope
.
-
-
Constructor Details
-
TLcdGML32GridLimits
public TLcdGML32GridLimits() -
TLcdGML32GridLimits
-
-
Method Details
-
getGridEnvelope
Returns the value of the property that maps to theGridEnvelope
element.- Returns:
- the value of the
GRID_ENVELOPE_PROPERTY
property.
-
setGridEnvelope
Sets the value of the property that maps to theGridEnvelope
element.- Parameters:
aValue
- the value to set for theGRID_ENVELOPE_PROPERTY
property.
-