Class TLcdISO19115VectorSpatialRepresentation
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.spatial.TLcdISO19115SpatialRepresentation
com.luciad.format.metadata.model.spatial.TLcdISO19115VectorSpatialRepresentation
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Information about the vector spatial objects in the dataset
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thegeometricObjectselement.static final TLcdDataPropertyData property that maps to thetopologyLevelelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theGEOMETRIC_OBJECTS_PROPERTYproperty adapted to a list ofTLcdISO19115GeometricObjectsinstances.Returns the role value contained in the value of theTOPOLOGY_LEVEL_PROPERTYproperty.voidSets the value of the property that maps to thetopologyLevelelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
TOPOLOGY_LEVEL_PROPERTY
Data property that maps to thetopologyLevelelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115TopologyLevelCode>. -
GEOMETRIC_OBJECTS_PROPERTY
Data property that maps to thegeometricObjectselement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115GeometricObjects>>.
-
-
Constructor Details
-
TLcdISO19115VectorSpatialRepresentation
public TLcdISO19115VectorSpatialRepresentation() -
TLcdISO19115VectorSpatialRepresentation
-
-
Method Details
-
getTopologyLevel
Returns the role value contained in the value of theTOPOLOGY_LEVEL_PROPERTYproperty. Returnsnullif the value of theTOPOLOGY_LEVEL_PROPERTYproperty isnull.- Returns:
- the role value of the
TOPOLOGY_LEVEL_PROPERTYproperty. - See Also:
-
setTopologyLevel
Sets the value of the property that maps to thetopologyLevelelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theTOPOLOGY_LEVEL_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theTOPOLOGY_LEVEL_PROPERTYproperty.
-
getGeometricObjects
Gets the value of theGEOMETRIC_OBJECTS_PROPERTYproperty adapted to a list ofTLcdISO19115GeometricObjectsinstances.- Returns:
- the value of the
GEOMETRIC_OBJECTS_PROPERTYproperty adapted to a list ofTLcdISO19115GeometricObjectsinstances. - See Also:
-