Uses of Interface
net.opengis.ows20.ReferenceType
-
Packages that use ReferenceType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of ReferenceType in net.opengis.ows20
Subinterfaces of ReferenceType in net.opengis.ows20 Modifier and Type Interface Description interfaceServiceReferenceTypeA representation of the model object 'Service Reference Type'.Methods in net.opengis.ows20 that return ReferenceType Modifier and Type Method Description ReferenceTypeOws20Factory. createReferenceType()Returns a new object of class 'Reference Type'.ReferenceTypeDocumentRoot. getReference()Returns the value of the 'Reference' containment reference.Methods in net.opengis.ows20 with parameters of type ReferenceType Modifier and Type Method Description voidDocumentRoot. setReference(ReferenceType value)Sets the value of the 'Reference' containment reference. -
Uses of ReferenceType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ReferenceType Modifier and Type Class Description classReferenceTypeImplAn implementation of the model object 'Reference Type'.classServiceReferenceTypeImplAn implementation of the model object 'Service Reference Type'.Methods in net.opengis.ows20.impl that return ReferenceType Modifier and Type Method Description ReferenceTypeOws20FactoryImpl. createReferenceType()ReferenceTypeDocumentRootImpl. getReference()Methods in net.opengis.ows20.impl with parameters of type ReferenceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetReference(ReferenceType newReference, NotificationChain msgs)voidDocumentRootImpl. setReference(ReferenceType newReference) -
Uses of ReferenceType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ReferenceType Modifier and Type Method Description TOws20Switch. caseReferenceType(ReferenceType object)Returns the result of interpreting the object as an instance of 'Reference Type'.booleanOws20Validator. validateReferenceType(ReferenceType referenceType, DiagnosticChain diagnostics, Map<Object,Object> context) -
Uses of ReferenceType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ReferenceType Modifier and Type Method Description booleanDocumentRootValidator. validateReference(ReferenceType value)
-