Uses of Class
com.luciad.format.metadata.model.util.TLcdISO19103MemberName
Packages that use 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
Methods in com.luciad.format.metadata.model.content that return TLcdISO19103MemberNameModifier and TypeMethodDescriptionTLcdISO19115RangeDimension.getSequenceIdentifier()Returns the role value contained in the value of theTLcdISO19115RangeDimension.SEQUENCE_IDENTIFIER_PROPERTYproperty.Methods in com.luciad.format.metadata.model.content with parameters of type TLcdISO19103MemberNameModifier and TypeMethodDescriptionvoidTLcdISO19115RangeDimension.setSequenceIdentifier(TLcdISO19103MemberName aValue) Sets the value of the property that maps to thesequenceIdentifierelement. -
Uses of TLcdISO19103MemberName in com.luciad.format.metadata.model.service
Methods in com.luciad.format.metadata.model.service that return TLcdISO19103MemberNameModifier and TypeMethodDescriptionTLcdISO19119Parameter.getName()Returns the value of the property that maps to thenameelement.TLcdISO19119Operation.getOperationName()Returns the role value contained in the value of theTLcdISO19119Operation.OPERATION_NAME_PROPERTYproperty.Methods in com.luciad.format.metadata.model.service with parameters of type TLcdISO19103MemberNameModifier and TypeMethodDescriptionvoidTLcdISO19119Parameter.setName(TLcdISO19103MemberName aValue) Sets the value of the property that maps to thenameelement.voidTLcdISO19119Operation.setOperationName(TLcdISO19103MemberName aValue) Sets the value of the property that maps to theoperationNameelement.