Uses of Interface
net.opengis.ows10.DomainType
Packages that use DomainType
-
Uses of DomainType in net.opengis.ows10
Methods in net.opengis.ows10 that return DomainTypeModifier and TypeMethodDescriptionOws10Factory.createDomainType()
Returns a new object of class 'Domain Type'.Methods in net.opengis.ows10 that return types with arguments of type DomainTypeModifier and TypeMethodDescriptionEList<DomainType>
OperationsMetadataType.getConstraint()
Returns the value of the 'Constraint' containment reference list.EList<DomainType>
OperationType.getConstraint()
Returns the value of the 'Constraint' containment reference list.EList<DomainType>
RequestMethodType.getConstraint()
Returns the value of the 'Constraint' containment reference list.EList<DomainType>
OperationsMetadataType.getParameter()
Returns the value of the 'Parameter' containment reference list.EList<DomainType>
OperationType.getParameter()
Returns the value of the 'Parameter' containment reference list. -
Uses of DomainType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement DomainTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Domain Type'.Fields in net.opengis.ows10.impl with type parameters of type DomainTypeModifier and TypeFieldDescriptionprotected EList<DomainType>
OperationsMetadataTypeImpl.constraint
The cached value of the 'Constraint
' containment reference list.protected EList<DomainType>
OperationTypeImpl.constraint
The cached value of the 'Constraint
' containment reference list.protected EList<DomainType>
RequestMethodTypeImpl.constraint
The cached value of the 'Constraint
' containment reference list.protected EList<DomainType>
OperationsMetadataTypeImpl.parameter
The cached value of the 'Parameter
' containment reference list.protected EList<DomainType>
OperationTypeImpl.parameter
The cached value of the 'Parameter
' containment reference list.Methods in net.opengis.ows10.impl that return DomainTypeMethods in net.opengis.ows10.impl that return types with arguments of type DomainTypeModifier and TypeMethodDescriptionEList<DomainType>
OperationsMetadataTypeImpl.getConstraint()
EList<DomainType>
OperationTypeImpl.getConstraint()
EList<DomainType>
RequestMethodTypeImpl.getConstraint()
EList<DomainType>
OperationsMetadataTypeImpl.getParameter()
EList<DomainType>
OperationTypeImpl.getParameter()