Uses of Interface
net.opengis.ows20.BasicIdentificationType
-
Packages that use BasicIdentificationType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of BasicIdentificationType in net.opengis.ows20
Subinterfaces of BasicIdentificationType in net.opengis.ows20 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.ows20 that return BasicIdentificationType Modifier and Type Method Description BasicIdentificationType
Ows20Factory. createBasicIdentificationType()
Returns a new object of class 'Basic Identification Type'. -
Uses of BasicIdentificationType in net.opengis.ows20.impl
Classes in net.opengis.ows20.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.ows20.impl that return BasicIdentificationType Modifier and Type Method Description BasicIdentificationType
Ows20FactoryImpl. createBasicIdentificationType()
-
Uses of BasicIdentificationType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type BasicIdentificationType Modifier and Type Method Description T
Ows20Switch. caseBasicIdentificationType(BasicIdentificationType object)
Returns the result of interpreting the object as an instance of 'Basic Identification Type'.boolean
Ows20Validator. validateBasicIdentificationType(BasicIdentificationType basicIdentificationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of BasicIdentificationType in net.opengis.wps20
Subinterfaces of BasicIdentificationType in net.opengis.wps20 Modifier and Type Interface Description interface
DescriptionType
A representation of the model object 'Description Type'.interface
GenericInputType
A representation of the model object 'Generic Input Type'.interface
GenericOutputType
A representation of the model object 'Generic Output Type'.interface
GenericProcessType
A representation of the model object 'Generic Process Type'.interface
InputDescriptionType
A representation of the model object 'Input Description Type'.interface
OutputDescriptionType
A representation of the model object 'Output Description Type'.interface
ProcessDescriptionType
A representation of the model object 'Process Description Type'.interface
ProcessSummaryType
A representation of the model object 'Process Summary Type'. -
Uses of BasicIdentificationType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement BasicIdentificationType Modifier and Type Class Description class
DescriptionTypeImpl
An implementation of the model object 'Description Type'.class
GenericInputTypeImpl
An implementation of the model object 'Generic Input Type'.class
GenericOutputTypeImpl
An implementation of the model object 'Generic Output Type'.class
GenericProcessTypeImpl
An implementation of the model object 'Generic Process Type'.class
InputDescriptionTypeImpl
An implementation of the model object 'Input Description Type'.class
OutputDescriptionTypeImpl
An implementation of the model object 'Output Description Type'.class
ProcessDescriptionTypeImpl
An implementation of the model object 'Process Description Type'.class
ProcessSummaryTypeImpl
An implementation of the model object 'Process Summary Type'. -
Uses of BasicIdentificationType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type BasicIdentificationType Modifier and Type Method Description T
Wps20Switch. caseBasicIdentificationType(BasicIdentificationType object)
Returns the result of interpreting the object as an instance of 'Basic Identification Type'.
-