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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thepriority
attribute.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31LocationProperty
LINK_INFO_PROPERTY, LINKED_OBJECT_PROPERTY, LOCATION_PROPERTY, REMOTE_SCHEMA_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thepriority
attribute.void
setPriority
(String aValue) Sets the value of the property that maps to thepriority
attribute.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31LocationProperty
getLinkedObject, getLinkInfo, getLocation, getRemoteSchema, setLinkedObject, setLinkInfo, setLocation, setRemoteSchema
Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
PRIORITY_PROPERTY
Data property that maps to thepriority
attribute. 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 thepriority
attribute.- Returns:
- the value of the
PRIORITY_PROPERTY
property.
-
setPriority
Sets the value of the property that maps to thepriority
attribute.- Parameters:
aValue
- the value to set for thePRIORITY_PROPERTY
property.
-