Uses of Class
com.luciad.format.gml32.model.TLcdGML32Code
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
This package contains information identifying the feature catalogue used
(MD_FeatureCatalogueDescription) and/or information describing the content of a coverage dataset
(MD_CoverageDescription).
This package provides access to the data model and the types of ISO standard 19119:
Geographic information - services (represented in the XML namespace http://www.isotc211.org/2005/srv).
This package implements the UML conceptual schema defined in ISO19139:2007, in paragraph 7.4.1.
-
Uses of TLcdGML32Code in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
A gml:Category has an optional XML attribute codeSpace, whose value is a URI which identifies a dictionary, codelist or authority for the term.class
gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.Modifier and TypeMethodDescriptionTLcdGML32UnitDefinition.getCatalogSymbol()
Returns the value of the property that maps to thecatalogSymbol
element.TLcdGML32File.getFileStructure()
Returns the value of the property that maps to thefileStructure
element.Modifier and TypeMethodDescriptionTLcdGML32AbstractGML.getName()
Returns the value of the property that maps to thename
element.Modifier and TypeMethodDescriptionvoid
TLcdGML32UnitDefinition.setCatalogSymbol
(TLcdGML32Code aValue) Sets the value of the property that maps to thecatalogSymbol
element.void
TLcdGML32File.setFileStructure
(TLcdGML32Code aValue) Sets the value of the property that maps to thefileStructure
element. -
Uses of TLcdGML32Code in com.luciad.format.metadata.model.content
Modifier and TypeMethodDescriptionTLcdISO19115FeatureCatalogueDescription.getFeatureTypes()
Gets the value of theTLcdISO19115FeatureCatalogueDescription.FEATURE_TYPES_PROPERTY
property adapted to a list ofTLcdGML32Code
instances. -
Uses of TLcdGML32Code in com.luciad.format.metadata.model.service
Modifier and TypeMethodDescriptionTLcdISO19119CoupledResource.getScopedName()
Returns the value of the property that maps to theScopedName
element.TLcdISO19119ServiceIdentification.getServiceType()
Returns the role value contained in the value of theTLcdISO19119ServiceIdentification.SERVICE_TYPE_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdISO19119CoupledResource.setScopedName
(TLcdGML32Code aValue) Sets the value of the property that maps to theScopedName
element.void
TLcdISO19119ServiceIdentification.setServiceType
(TLcdGML32Code aValue) Sets the value of the property that maps to theserviceType
element. -
Uses of TLcdGML32Code in com.luciad.format.metadata.model.usage
Modifier and TypeMethodDescriptionTLcdISO19115DataFile.getFeatureTypes()
Gets the value of theTLcdISO19115DataFile.FEATURE_TYPES_PROPERTY
property adapted to a list ofTLcdGML32Code
instances.