Package com.luciad.format.gml31.model
Class TLcdGML31GridLimits
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31GridLimits
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
- Since:
- 2018.1
- See Also:
-
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
(TLcdGML31GridEnvelope aValue) Sets the value of the property that maps to theGridEnvelope
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
GRID_ENVELOPE_PROPERTY
Data property that maps to theGridEnvelope
element. The possible values for this property are instances ofTLcdGML31GridEnvelope
.
-
-
Constructor Details
-
TLcdGML31GridLimits
public TLcdGML31GridLimits() -
TLcdGML31GridLimits
-
-
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.
-