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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thegeometricObjectCountelement.static final TLcdDataPropertyData property that maps to thegeometricObjectTypeelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theGEOMETRIC_OBJECT_COUNT_PROPERTYproperty.Returns the role value contained in the value of theGEOMETRIC_OBJECT_TYPE_PROPERTYproperty.voidsetGeometricObjectCount(Long aValue) Sets the value of the property that maps to thegeometricObjectCountelement.voidSets the value of the property that maps to thegeometricObjectTypeelement.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 thegeometricObjectTypeelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115GeometricObjectTypeCode>. -
GEOMETRIC_OBJECT_COUNT_PROPERTY
Data property that maps to thegeometricObjectCountelement. 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_PROPERTYproperty. Returnsnullif the value of theGEOMETRIC_OBJECT_TYPE_PROPERTYproperty isnull.- Returns:
- the role value of the
GEOMETRIC_OBJECT_TYPE_PROPERTYproperty. - See Also:
-
setGeometricObjectType
Sets the value of the property that maps to thegeometricObjectTypeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theGEOMETRIC_OBJECT_TYPE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theGEOMETRIC_OBJECT_TYPE_PROPERTYproperty.
-
getGeometricObjectCount
Returns the role value contained in the value of theGEOMETRIC_OBJECT_COUNT_PROPERTYproperty. Returnsnullif the value of theGEOMETRIC_OBJECT_COUNT_PROPERTYproperty isnull.- Returns:
- the role value of the
GEOMETRIC_OBJECT_COUNT_PROPERTYproperty. - See Also:
-
setGeometricObjectCount
Sets the value of the property that maps to thegeometricObjectCountelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theGEOMETRIC_OBJECT_COUNT_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theGEOMETRIC_OBJECT_COUNT_PROPERTYproperty.
-