Uses of Interface
net.opengis.ows20.ReferenceGroupType
-
Packages that use ReferenceGroupType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of ReferenceGroupType in net.opengis.ows20
Methods in net.opengis.ows20 that return ReferenceGroupType Modifier and Type Method Description ReferenceGroupType
Ows20Factory. 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.ows20 that return types with arguments of type ReferenceGroupType Modifier and Type Method Description EList<ReferenceGroupType>
ManifestType. getReferenceGroup()
Returns the value of the 'Reference Group' containment reference list.Methods in net.opengis.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement ReferenceGroupType Modifier and Type Class Description class
ReferenceGroupTypeImpl
An implementation of the model object 'Reference Group Type'.Fields in net.opengis.ows20.impl with type parameters of type ReferenceGroupType Modifier and Type Field Description protected EList<ReferenceGroupType>
ManifestTypeImpl. referenceGroup
The cached value of the 'Reference Group
' containment reference list.Methods in net.opengis.ows20.impl that return ReferenceGroupType Modifier and Type Method Description ReferenceGroupType
Ows20FactoryImpl. createReferenceGroupType()
ReferenceGroupType
DocumentRootImpl. getReferenceGroup()
Methods in net.opengis.ows20.impl that return types with arguments of type ReferenceGroupType Modifier and Type Method Description EList<ReferenceGroupType>
ManifestTypeImpl. getReferenceGroup()
Methods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type ReferenceGroupType Modifier and Type Method Description T
Ows20Switch. caseReferenceGroupType(ReferenceGroupType object)
Returns the result of interpreting the object as an instance of 'Reference Group Type'.boolean
Ows20Validator. validateReferenceGroupType(ReferenceGroupType referenceGroupType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ReferenceGroupType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ReferenceGroupType Modifier and Type Method Description boolean
DocumentRootValidator. validateReferenceGroup(ReferenceGroupType value)
Method parameters in net.opengis.ows20.validation with type arguments of type ReferenceGroupType Modifier and Type Method Description boolean
ManifestTypeValidator. validateReferenceGroup(EList<ReferenceGroupType> value)
-