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 TLcdDataPropertyData property that maps to thecomplianceCodeelement.static final TLcdDataPropertyData property that maps to thefeatureCatalogueCitationelement.static final TLcdDataPropertyData property that maps to thefeatureTypeselement.static final TLcdDataPropertyData property that maps to theincludedWithDatasetelement.static final TLcdDataPropertyData property that maps to thelanguageelement.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_PROPERTYproperty.Gets the value of theFEATURE_CATALOGUE_CITATION_PROPERTYproperty adapted to a list ofTLcdISO19115Citationinstances.Gets the value of theFEATURE_TYPES_PROPERTYproperty adapted to a list ofTLcdGML32Codeinstances.Returns the role value contained in the value of theINCLUDED_WITH_DATASET_PROPERTYproperty.Gets the value of theLANGUAGE_PROPERTYproperty adapted to a list ofStringinstances.voidsetComplianceCode(Boolean aValue) Sets the value of the property that maps to thecomplianceCodeelement.voidsetIncludedWithDataset(Boolean aValue) Sets the value of the property that maps to theincludedWithDatasetelement.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 thecomplianceCodeelement. The possible values for this property are instances ofTLcdISO19115Optional<Boolean>. -
LANGUAGE_PROPERTY
Data property that maps to thelanguageelement. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>. -
INCLUDED_WITH_DATASET_PROPERTY
Data property that maps to theincludedWithDatasetelement. The possible values for this property are instances ofTLcdISO19115Optional<Boolean>. -
FEATURE_TYPES_PROPERTY
Data property that maps to thefeatureTypeselement. The possible values for this property are instances ofList<TLcdISO19115Optional<TLcdGML32Code>>. -
FEATURE_CATALOGUE_CITATION_PROPERTY
Data property that maps to thefeatureCatalogueCitationelement. 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_PROPERTYproperty. Returnsnullif the value of theCOMPLIANCE_CODE_PROPERTYproperty isnull.- Returns:
- the role value of the
COMPLIANCE_CODE_PROPERTYproperty. - See Also:
-
setComplianceCode
Sets the value of the property that maps to thecomplianceCodeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theCOMPLIANCE_CODE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCOMPLIANCE_CODE_PROPERTYproperty.
-
getLanguage
Gets the value of theLANGUAGE_PROPERTYproperty adapted to a list ofStringinstances.- Returns:
- the value of the
LANGUAGE_PROPERTYproperty adapted to a list ofStringinstances. - See Also:
-
getIncludedWithDataset
Returns the role value contained in the value of theINCLUDED_WITH_DATASET_PROPERTYproperty. Returnsnullif the value of theINCLUDED_WITH_DATASET_PROPERTYproperty isnull.- Returns:
- the role value of the
INCLUDED_WITH_DATASET_PROPERTYproperty. - See Also:
-
setIncludedWithDataset
Sets the value of the property that maps to theincludedWithDatasetelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theINCLUDED_WITH_DATASET_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theINCLUDED_WITH_DATASET_PROPERTYproperty.
-
getFeatureTypes
Gets the value of theFEATURE_TYPES_PROPERTYproperty adapted to a list ofTLcdGML32Codeinstances.- Returns:
- the value of the
FEATURE_TYPES_PROPERTYproperty adapted to a list ofTLcdGML32Codeinstances. - See Also:
-
getFeatureCatalogueCitation
Gets the value of theFEATURE_CATALOGUE_CITATION_PROPERTYproperty adapted to a list ofTLcdISO19115Citationinstances.- Returns:
- the value of the
FEATURE_CATALOGUE_CITATION_PROPERTYproperty adapted to a list ofTLcdISO19115Citationinstances. - See Also:
-