Uses of Class
com.luciad.format.metadata.model.util.TLcdISO19103MemberName
Package
Description
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).
-
Uses of TLcdISO19103MemberName in com.luciad.format.metadata.model.content
Modifier and TypeMethodDescriptionTLcdISO19115RangeDimension.getSequenceIdentifier()
Returns the role value contained in the value of theTLcdISO19115RangeDimension.SEQUENCE_IDENTIFIER_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdISO19115RangeDimension.setSequenceIdentifier
(TLcdISO19103MemberName aValue) Sets the value of the property that maps to thesequenceIdentifier
element. -
Uses of TLcdISO19103MemberName in com.luciad.format.metadata.model.service
Modifier and TypeMethodDescriptionTLcdISO19119Parameter.getName()
Returns the value of the property that maps to thename
element.TLcdISO19119Operation.getOperationName()
Returns the role value contained in the value of theTLcdISO19119Operation.OPERATION_NAME_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdISO19119Parameter.setName
(TLcdISO19103MemberName aValue) Sets the value of the property that maps to thename
element.void
TLcdISO19119Operation.setOperationName
(TLcdISO19103MemberName aValue) Sets the value of the property that maps to theoperationName
element.