Uses of Interface
net.opengis.ows11.ReferenceGroupType
-
Packages that use ReferenceGroupType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.validation -
-
Uses of ReferenceGroupType in net.opengis.ows11
Methods in net.opengis.ows11 that return ReferenceGroupType Modifier and Type Method Description ReferenceGroupType
Ows11Factory. createReferenceGroupType()
Returns a new object of class 'Reference Group Type'.ReferenceGroupType
DocumentRoot. getReferenceGroup()
Returns the value of the 'Reference Group' containment reference.Methods in net.opengis.ows11 with parameters of type ReferenceGroupType Modifier and Type Method Description void
DocumentRoot. setReferenceGroup(ReferenceGroupType value)
Sets the value of the 'Reference Group
' containment reference. -
Uses of ReferenceGroupType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement ReferenceGroupType Modifier and Type Class Description class
ReferenceGroupTypeImpl
An implementation of the model object 'Reference Group Type'.Methods in net.opengis.ows11.impl that return ReferenceGroupType Modifier and Type Method Description ReferenceGroupType
Ows11FactoryImpl. createReferenceGroupType()
ReferenceGroupType
DocumentRootImpl. getReferenceGroup()
Methods in net.opengis.ows11.impl with parameters of type ReferenceGroupType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetReferenceGroup(ReferenceGroupType newReferenceGroup, NotificationChain msgs)
void
DocumentRootImpl. setReferenceGroup(ReferenceGroupType newReferenceGroup)
-
Uses of ReferenceGroupType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type ReferenceGroupType Modifier and Type Method Description Object
Ows11Switch. caseReferenceGroupType(ReferenceGroupType object)
Returns the result of interpreting the object as an instance of 'Reference Group Type'.boolean
Ows11Validator. validateReferenceGroupType(ReferenceGroupType referenceGroupType, DiagnosticChain diagnostics, Map context)
-
Uses of ReferenceGroupType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type ReferenceGroupType Modifier and Type Method Description boolean
DocumentRootValidator. validateReferenceGroup(ReferenceGroupType value)
-
Uses of ReferenceGroupType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return ReferenceGroupType Modifier and Type Method Description ReferenceGroupType
DocumentRoot. getCoverage()
Returns the value of the 'Coverage' containment reference.Methods in net.opengis.wcs11 with parameters of type ReferenceGroupType Modifier and Type Method Description void
DocumentRoot. setCoverage(ReferenceGroupType value)
Sets the value of the 'Coverage
' containment reference. -
Uses of ReferenceGroupType in net.opengis.wcs11.impl
Methods in net.opengis.wcs11.impl that return ReferenceGroupType Modifier and Type Method Description ReferenceGroupType
DocumentRootImpl. getCoverage()
Methods in net.opengis.wcs11.impl with parameters of type ReferenceGroupType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCoverage(ReferenceGroupType newCoverage, NotificationChain msgs)
void
DocumentRootImpl. setCoverage(ReferenceGroupType newCoverage)
-
Uses of ReferenceGroupType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type ReferenceGroupType Modifier and Type Method Description boolean
DocumentRootValidator. validateCoverage(ReferenceGroupType value)
-