Uses of Interface
net.opengis.ows11.BasicIdentificationType
-
Packages that use BasicIdentificationType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util -
-
Uses of BasicIdentificationType in net.opengis.ows11
Subinterfaces of BasicIdentificationType in net.opengis.ows11 Modifier and Type Interface Description interface
IdentificationType
A representation of the model object 'Identification Type'.interface
ManifestType
A representation of the model object 'Manifest Type'.interface
ReferenceGroupType
A representation of the model object 'Reference Group Type'.Methods in net.opengis.ows11 that return BasicIdentificationType Modifier and Type Method Description BasicIdentificationType
Ows11Factory. createBasicIdentificationType()
Returns a new object of class 'Basic Identification Type'. -
Uses of BasicIdentificationType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement BasicIdentificationType Modifier and Type Class Description class
BasicIdentificationTypeImpl
An implementation of the model object 'Basic Identification Type'.class
IdentificationTypeImpl
An implementation of the model object 'Identification Type'.class
ManifestTypeImpl
An implementation of the model object 'Manifest Type'.class
ReferenceGroupTypeImpl
An implementation of the model object 'Reference Group Type'.Methods in net.opengis.ows11.impl that return BasicIdentificationType Modifier and Type Method Description BasicIdentificationType
Ows11FactoryImpl. createBasicIdentificationType()
-
Uses of BasicIdentificationType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type BasicIdentificationType Modifier and Type Method Description Object
Ows11Switch. caseBasicIdentificationType(BasicIdentificationType object)
Returns the result of interpreting the object as an instance of 'Basic Identification Type'.boolean
Ows11Validator. validateBasicIdentificationType(BasicIdentificationType basicIdentificationType, DiagnosticChain diagnostics, Map context)
-