Class TLcdISO19115Resolution
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.identification.TLcdISO19115Resolution
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Level of detail expressed as a scale factor or a ground distance
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theequivalentScale
anddistance
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theequivalentScale
anddistance
elements.void
Sets the value of the property that maps to the choice between theequivalentScale
anddistance
elements.
-
Field Details
-
EQUIVALENT_SCALE_OR_DISTANCE_PROPERTY
Data property that maps to the choice between theequivalentScale
anddistance
elements. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdISO19115Resolution
public TLcdISO19115Resolution() -
TLcdISO19115Resolution
-
-
Method Details
-
getEquivalentScaleOrDistance
Returns the value of the property that maps to the choice between theequivalentScale
anddistance
elements.The possible values for this property are instances of
- Returns:
- the value of the
EQUIVALENT_SCALE_OR_DISTANCE_PROPERTY
property.
-
setEquivalentScaleOrDistance
Sets the value of the property that maps to the choice between theequivalentScale
anddistance
elements.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for theEQUIVALENT_SCALE_OR_DISTANCE_PROPERTY
property.
-