Class TLcdISO19115FeatureCatalogueDescription
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.content.TLcdISO19115ContentInformation
com.luciad.format.metadata.model.content.TLcdISO19115FeatureCatalogueDescription
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Information identifing the feature catalogue
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thecomplianceCode
element.static final TLcdDataProperty
Data property that maps to thefeatureCatalogueCitation
element.static final TLcdDataProperty
Data property that maps to thefeatureTypes
element.static final TLcdDataProperty
Data property that maps to theincludedWithDataset
element.static final TLcdDataProperty
Data property that maps to thelanguage
element.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 theCOMPLIANCE_CODE_PROPERTY
property.Gets the value of theFEATURE_CATALOGUE_CITATION_PROPERTY
property adapted to a list ofTLcdISO19115Citation
instances.Gets the value of theFEATURE_TYPES_PROPERTY
property adapted to a list ofTLcdGML32Code
instances.Returns the role value contained in the value of theINCLUDED_WITH_DATASET_PROPERTY
property.Gets the value of theLANGUAGE_PROPERTY
property adapted to a list ofString
instances.void
setComplianceCode
(Boolean aValue) Sets the value of the property that maps to thecomplianceCode
element.void
setIncludedWithDataset
(Boolean aValue) Sets the value of the property that maps to theincludedWithDataset
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
COMPLIANCE_CODE_PROPERTY
Data property that maps to thecomplianceCode
element. The possible values for this property are instances ofTLcdISO19115Optional<Boolean>
. -
LANGUAGE_PROPERTY
Data property that maps to thelanguage
element. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>
. -
INCLUDED_WITH_DATASET_PROPERTY
Data property that maps to theincludedWithDataset
element. The possible values for this property are instances ofTLcdISO19115Optional<Boolean>
. -
FEATURE_TYPES_PROPERTY
Data property that maps to thefeatureTypes
element. The possible values for this property are instances ofList<TLcdISO19115Optional<TLcdGML32Code>>
. -
FEATURE_CATALOGUE_CITATION_PROPERTY
Data property that maps to thefeatureCatalogueCitation
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Citation>>
.
-
-
Constructor Details
-
TLcdISO19115FeatureCatalogueDescription
public TLcdISO19115FeatureCatalogueDescription() -
TLcdISO19115FeatureCatalogueDescription
-
-
Method Details
-
getComplianceCode
Returns the role value contained in the value of theCOMPLIANCE_CODE_PROPERTY
property. Returnsnull
if the value of theCOMPLIANCE_CODE_PROPERTY
property isnull
.- Returns:
- the role value of the
COMPLIANCE_CODE_PROPERTY
property. - See Also:
-
setComplianceCode
Sets the value of the property that maps to thecomplianceCode
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theCOMPLIANCE_CODE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theCOMPLIANCE_CODE_PROPERTY
property.
-
getLanguage
Gets the value of theLANGUAGE_PROPERTY
property adapted to a list ofString
instances.- Returns:
- the value of the
LANGUAGE_PROPERTY
property adapted to a list ofString
instances. - See Also:
-
getIncludedWithDataset
Returns the role value contained in the value of theINCLUDED_WITH_DATASET_PROPERTY
property. Returnsnull
if the value of theINCLUDED_WITH_DATASET_PROPERTY
property isnull
.- Returns:
- the role value of the
INCLUDED_WITH_DATASET_PROPERTY
property. - See Also:
-
setIncludedWithDataset
Sets the value of the property that maps to theincludedWithDataset
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theINCLUDED_WITH_DATASET_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theINCLUDED_WITH_DATASET_PROPERTY
property.
-
getFeatureTypes
Gets the value of theFEATURE_TYPES_PROPERTY
property adapted to a list ofTLcdGML32Code
instances.- Returns:
- the value of the
FEATURE_TYPES_PROPERTY
property adapted to a list ofTLcdGML32Code
instances. - See Also:
-
getFeatureCatalogueCitation
Gets the value of theFEATURE_CATALOGUE_CITATION_PROPERTY
property adapted to a list ofTLcdISO19115Citation
instances.- Returns:
- the value of the
FEATURE_CATALOGUE_CITATION_PROPERTY
property adapted to a list ofTLcdISO19115Citation
instances. - See Also:
-