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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theequivalentScale
anddistance
elements. -
Constructor Summary
Constructors -
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
-
Constructor Details
-
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.
-