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 TLcdDataPropertyData property that maps to the choice between theequivalentScaleanddistanceelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theequivalentScaleanddistanceelements.voidSets the value of the property that maps to the choice between theequivalentScaleanddistanceelements.
-
Field Details
-
EQUIVALENT_SCALE_OR_DISTANCE_PROPERTY
Data property that maps to the choice between theequivalentScaleanddistanceelements. 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 theequivalentScaleanddistanceelements.The possible values for this property are instances of
- Returns:
- the value of the
EQUIVALENT_SCALE_OR_DISTANCE_PROPERTYproperty.
-
setEquivalentScaleOrDistance
Sets the value of the property that maps to the choice between theequivalentScaleanddistanceelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theEQUIVALENT_SCALE_OR_DISTANCE_PROPERTYproperty.
-