Class TLcdISO19115GeometricObjects
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.spatial.TLcdISO19115GeometricObjects
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Number of objects, listed by geometric object type, used in the dataset
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thegeometricObjectCount
element.static final TLcdDataProperty
Data property that maps to thegeometricObjectType
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theGEOMETRIC_OBJECT_COUNT_PROPERTY
property.Returns the role value contained in the value of theGEOMETRIC_OBJECT_TYPE_PROPERTY
property.void
setGeometricObjectCount
(Long aValue) Sets the value of the property that maps to thegeometricObjectCount
element.void
Sets the value of the property that maps to thegeometricObjectType
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
GEOMETRIC_OBJECT_TYPE_PROPERTY
Data property that maps to thegeometricObjectType
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115GeometricObjectTypeCode>
. -
GEOMETRIC_OBJECT_COUNT_PROPERTY
Data property that maps to thegeometricObjectCount
element. The possible values for this property are instances ofTLcdISO19115Optional<Long>
.
-
-
Constructor Details
-
TLcdISO19115GeometricObjects
public TLcdISO19115GeometricObjects() -
TLcdISO19115GeometricObjects
-
-
Method Details
-
getGeometricObjectType
Returns the role value contained in the value of theGEOMETRIC_OBJECT_TYPE_PROPERTY
property. Returnsnull
if the value of theGEOMETRIC_OBJECT_TYPE_PROPERTY
property isnull
.- Returns:
- the role value of the
GEOMETRIC_OBJECT_TYPE_PROPERTY
property. - See Also:
-
setGeometricObjectType
Sets the value of the property that maps to thegeometricObjectType
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theGEOMETRIC_OBJECT_TYPE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theGEOMETRIC_OBJECT_TYPE_PROPERTY
property.
-
getGeometricObjectCount
Returns the role value contained in the value of theGEOMETRIC_OBJECT_COUNT_PROPERTY
property. Returnsnull
if the value of theGEOMETRIC_OBJECT_COUNT_PROPERTY
property isnull
.- Returns:
- the role value of the
GEOMETRIC_OBJECT_COUNT_PROPERTY
property. - See Also:
-
setGeometricObjectCount
Sets the value of the property that maps to thegeometricObjectCount
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theGEOMETRIC_OBJECT_COUNT_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theGEOMETRIC_OBJECT_COUNT_PROPERTY
property.
-