Uses of Interface
com.luciad.format.gml3.model.base.ILcdGML3MetaDataProperty
Package
Description
Contains domain model interfaces for the GML3 base schema.
Contains domain model interfaces for the GML3 feature schema.
Model of an OGC Web Coverage Service (WCS), used by the WCS client API in
com.luciad.ogc.wcs.client.
-
Uses of ILcdGML3MetaDataProperty in com.luciad.format.gml3.model.base
Modifier and TypeMethodDescriptionILcdGML3StandardObjectProperties.getMetaDataProperty
(int aIndex) Deprecated.Returns the metadata property at the given index, contained in this GML object.Modifier and TypeMethodDescriptionvoid
ILcdGML3StandardObjectProperties.setMetaDataProperties
(ILcdGML3MetaDataProperty[] aMetaDataProperties) Deprecated.Sets the metadata properties to be contained in this GML object. -
Uses of ILcdGML3MetaDataProperty in com.luciad.format.gml3.model.feature
Modifier and TypeMethodDescriptionALcdGML3AbstractFeature.getMetaDataProperty
(int aIndex) Deprecated.Modifier and TypeMethodDescriptionvoid
ALcdGML3AbstractFeature.setMetaDataProperties
(ILcdGML3MetaDataProperty[] aMetaDataProperties) Deprecated. -
Uses of ILcdGML3MetaDataProperty in com.luciad.ogc.wcs.common.model
Modifier and TypeClassDescriptionclass
Refers to a metadata package that contains metadata properties for an object.Modifier and TypeMethodDescriptionvoid
TLcdWCSAbstractDescriptionBase.addMetaDataProperty
(ILcdGML3MetaDataProperty aMetaDataProperty) Adds a meta data property.