Package com.luciad.format.gml31.model
Class TLcdGML31PriorityLocationProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31LocationProperty
com.luciad.format.gml31.model.TLcdGML31PriorityLocationProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
G-XML component
Deprecated in GML 3.1.0
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thepriorityattribute.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31LocationProperty
LINK_INFO_PROPERTY, LINKED_OBJECT_PROPERTY, LOCATION_PROPERTY, REMOTE_SCHEMA_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thepriorityattribute.voidsetPriority(String aValue) Sets the value of the property that maps to thepriorityattribute.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31LocationProperty
getLinkedObject, getLinkInfo, getLocation, getRemoteSchema, setLinkedObject, setLinkInfo, setLocation, setRemoteSchemaMethods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
PRIORITY_PROPERTY
Data property that maps to thepriorityattribute. The possible values for this property are instances ofString.
-
-
Constructor Details
-
TLcdGML31PriorityLocationProperty
public TLcdGML31PriorityLocationProperty() -
TLcdGML31PriorityLocationProperty
-
-
Method Details
-
getPriority
Returns the value of the property that maps to thepriorityattribute.- Returns:
- the value of the
PRIORITY_PROPERTYproperty.
-
setPriority
Sets the value of the property that maps to thepriorityattribute.- Parameters:
aValue- the value to set for thePRIORITY_PROPERTYproperty.
-