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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thegeometricObjects
element.static final TLcdDataProperty
Data property that maps to thetopologyLevel
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theGEOMETRIC_OBJECTS_PROPERTY
property adapted to a list ofTLcdISO19115GeometricObjects
instances.Returns the role value contained in the value of theTOPOLOGY_LEVEL_PROPERTY
property.void
Sets the value of the property that maps to thetopologyLevel
element.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 thetopologyLevel
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115TopologyLevelCode>
. -
GEOMETRIC_OBJECTS_PROPERTY
Data property that maps to thegeometricObjects
element. 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_PROPERTY
property. Returnsnull
if the value of theTOPOLOGY_LEVEL_PROPERTY
property isnull
.- Returns:
- the role value of the
TOPOLOGY_LEVEL_PROPERTY
property. - See Also:
-
setTopologyLevel
Sets the value of the property that maps to thetopologyLevel
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theTOPOLOGY_LEVEL_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theTOPOLOGY_LEVEL_PROPERTY
property.
-
getGeometricObjects
Gets the value of theGEOMETRIC_OBJECTS_PROPERTY
property adapted to a list ofTLcdISO19115GeometricObjects
instances.- Returns:
- the value of the
GEOMETRIC_OBJECTS_PROPERTY
property adapted to a list ofTLcdISO19115GeometricObjects
instances. - See Also:
-