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 MetadataTypeOws10Factory. createMetadataType()Returns a new object of class 'Metadata Type'.MetadataTypeDocumentRoot. 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 voidDocumentRoot. 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 classMetadataTypeImplAn 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. metadataThe cached value of the 'Metadata' containment reference list.protected EList<MetadataType>IdentificationTypeImpl. metadataThe cached value of the 'Metadata' containment reference list.protected EList<MetadataType>OperationTypeImpl. metadataThe cached value of the 'Metadata' containment reference list.Methods in net.opengis.ows10.impl that return MetadataType Modifier and Type Method Description MetadataTypeOws10FactoryImpl. createMetadataType()MetadataTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetMetadata(MetadataType newMetadata, NotificationChain msgs)voidDocumentRootImpl. 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 booleanDocumentRootValidator. validateMetadata(MetadataType value)
-