Uses of Interface
net.opengis.ows10.MetadataType
Packages that use MetadataType
-
Uses of MetadataType in net.opengis.ows10
Methods in net.opengis.ows10 that return MetadataTypeModifier and TypeMethodDescriptionOws10Factory.createMetadataType()Returns a new object of class 'Metadata Type'.DocumentRoot.getMetadata()Returns the value of the 'Metadata' containment reference.Methods in net.opengis.ows10 that return types with arguments of type MetadataTypeModifier and TypeMethodDescriptionEList<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 MetadataTypeModifier and TypeMethodDescriptionvoidDocumentRoot.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 MetadataTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Metadata Type'.Fields in net.opengis.ows10.impl with type parameters of type MetadataTypeModifier and TypeFieldDescriptionprotected 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 MetadataTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createMetadataType()DocumentRootImpl.getMetadata()Methods in net.opengis.ows10.impl that return types with arguments of type MetadataTypeModifier and TypeMethodDescriptionEList<MetadataType>DomainTypeImpl.getMetadata()EList<MetadataType>IdentificationTypeImpl.getMetadata()EList<MetadataType>OperationTypeImpl.getMetadata()Methods in net.opengis.ows10.impl with parameters of type MetadataTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.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 MetadataTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateMetadata(MetadataType value)