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 ReferenceGroupTypeOws20Factory. createReferenceGroupType()Returns a new object of class 'Reference Group Type'.ReferenceGroupTypeDocumentRoot. 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 voidDocumentRoot. 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 classReferenceGroupTypeImplAn 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. referenceGroupThe cached value of the 'Reference Group' containment reference list.Methods in net.opengis.ows20.impl that return ReferenceGroupType Modifier and Type Method Description ReferenceGroupTypeOws20FactoryImpl. createReferenceGroupType()ReferenceGroupTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetReferenceGroup(ReferenceGroupType newReferenceGroup, NotificationChain msgs)voidDocumentRootImpl. 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 TOws20Switch. caseReferenceGroupType(ReferenceGroupType object)Returns the result of interpreting the object as an instance of 'Reference Group Type'.booleanOws20Validator. 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 booleanDocumentRootValidator. validateReferenceGroup(ReferenceGroupType value)Method parameters in net.opengis.ows20.validation with type arguments of type ReferenceGroupType Modifier and Type Method Description booleanManifestTypeValidator. validateReferenceGroup(EList<ReferenceGroupType> value)
-