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 interface
ServiceReferenceType
A representation of the model object 'Service Reference Type'.Methods in net.opengis.ows20 that return ReferenceType Modifier and Type Method Description ReferenceType
Ows20Factory. createReferenceType()
Returns a new object of class 'Reference Type'.ReferenceType
DocumentRoot. getReference()
Returns the value of the 'Reference' containment reference.Methods in net.opengis.ows20 with parameters of type ReferenceType Modifier and Type Method Description void
DocumentRoot. 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 class
ReferenceTypeImpl
An implementation of the model object 'Reference Type'.class
ServiceReferenceTypeImpl
An implementation of the model object 'Service Reference Type'.Methods in net.opengis.ows20.impl that return ReferenceType Modifier and Type Method Description ReferenceType
Ows20FactoryImpl. createReferenceType()
ReferenceType
DocumentRootImpl. getReference()
Methods in net.opengis.ows20.impl with parameters of type ReferenceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetReference(ReferenceType newReference, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Ows20Switch. caseReferenceType(ReferenceType object)
Returns the result of interpreting the object as an instance of 'Reference Type'.boolean
Ows20Validator. 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 boolean
DocumentRootValidator. validateReference(ReferenceType value)
-