Interface ILcdGML3MetaDataProperty
- All Superinterfaces:
ILcdGML3AssociationAttributeGroup
,ILcdXMLSimpleLink
- All Known Implementing Classes:
TLcdWCSMetadataLink
Deprecated.
Interface for the
gml:MetaDataPropertyType
type.
Base type for complex metadata property types.
(GML Specification, v3.1.0, paragraph 7.5.8.1)-
Method Summary
Modifier and TypeMethodDescriptiongetAbout()
Deprecated.Returns a URI which points to an element or range of elements, or other resource to which this metadata refers.Deprecated.Returns the metadata contained in this property.void
Deprecated.Sets the URI that points to the resource to which this metadata refers.void
setMetaData
(ILcdGML3AbstractMetaData aMetaData) Deprecated.Sets the metadata to be contained in this propertyMethods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AssociationAttributeGroup
getRemoteSchema, setRemoteSchema
Methods inherited from interface com.luciad.format.xml.xlink.ILcdXMLSimpleLink
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, setActuate, setArcrole, setHref, setRole, setShow, setTitle
-
Method Details
-
getMetaData
ILcdGML3AbstractMetaData getMetaData()Deprecated.Returns the metadata contained in this property.- Returns:
- the metadata contained in this property.
-
getAbout
String getAbout()Deprecated.Returns a URI which points to an element or range of elements, or other resource to which this metadata refers.- Returns:
- a URI pointing to the resource to which this metadata refers.
-
setMetaData
Deprecated.Sets the metadata to be contained in this property- Parameters:
aMetaData
- the metadata to be contained in this property
-
setAbout
Deprecated.Sets the URI that points to the resource to which this metadata refers.- Parameters:
aAbout
- the URI that points to the resource to which this metadata refers.
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.