Uses of Interface
net.opengis.ows10.MetadataType
-
Packages that use MetadataType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of MetadataType in net.opengis.ows10
Methods in net.opengis.ows10 that return MetadataType Modifier and Type Method Description MetadataType
Ows10Factory. createMetadataType()
Returns a new object of class 'Metadata Type'.MetadataType
DocumentRoot. getMetadata()
Returns the value of the 'Metadata' containment reference.Methods in net.opengis.ows10 that return types with arguments of type MetadataType Modifier and Type Method Description EList<MetadataType>
DomainType. getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
IdentificationType. getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
OperationType. getMetadata()
Returns the value of the 'Metadata' containment reference list.Methods in net.opengis.ows10 with parameters of type MetadataType Modifier and Type Method Description void
DocumentRoot. setMetadata(MetadataType value)
Sets the value of the 'Metadata
' containment reference. -
Uses of MetadataType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement MetadataType Modifier and Type Class Description class
MetadataTypeImpl
An implementation of the model object 'Metadata Type'.Fields in net.opengis.ows10.impl with type parameters of type MetadataType Modifier and Type Field Description protected EList<MetadataType>
DomainTypeImpl. metadata
The cached value of the 'Metadata
' containment reference list.protected EList<MetadataType>
IdentificationTypeImpl. metadata
The cached value of the 'Metadata
' containment reference list.protected EList<MetadataType>
OperationTypeImpl. metadata
The cached value of the 'Metadata
' containment reference list.Methods in net.opengis.ows10.impl that return MetadataType Modifier and Type Method Description MetadataType
Ows10FactoryImpl. createMetadataType()
MetadataType
DocumentRootImpl. getMetadata()
Methods in net.opengis.ows10.impl that return types with arguments of type MetadataType Modifier and Type Method Description EList<MetadataType>
DomainTypeImpl. getMetadata()
EList<MetadataType>
IdentificationTypeImpl. getMetadata()
EList<MetadataType>
OperationTypeImpl. getMetadata()
Methods in net.opengis.ows10.impl with parameters of type MetadataType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMetadata(MetadataType newMetadata, NotificationChain msgs)
void
DocumentRootImpl. setMetadata(MetadataType newMetadata)
-
Uses of MetadataType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type MetadataType Modifier and Type Method Description boolean
DocumentRootValidator. validateMetadata(MetadataType value)
-