Uses of Interface
net.opengis.ows10.DomainType
-
Packages that use DomainType Package Description net.opengis.ows10 net.opengis.ows10.impl -
-
Uses of DomainType in net.opengis.ows10
Methods in net.opengis.ows10 that return DomainType Modifier and Type Method Description DomainType
Ows10Factory. createDomainType()
Returns a new object of class 'Domain Type'.Methods in net.opengis.ows10 that return types with arguments of type DomainType Modifier and Type Method Description EList<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 DomainType Modifier and Type Class Description class
DomainTypeImpl
An implementation of the model object 'Domain Type'.Fields in net.opengis.ows10.impl with type parameters of type DomainType Modifier and Type Field Description protected 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 DomainType Modifier and Type Method Description DomainType
Ows10FactoryImpl. createDomainType()
Methods in net.opengis.ows10.impl that return types with arguments of type DomainType Modifier and Type Method Description EList<DomainType>
OperationsMetadataTypeImpl. getConstraint()
EList<DomainType>
OperationTypeImpl. getConstraint()
EList<DomainType>
RequestMethodTypeImpl. getConstraint()
EList<DomainType>
OperationsMetadataTypeImpl. getParameter()
EList<DomainType>
OperationTypeImpl. getParameter()
-