Uses of Interface
net.opengis.ows20.GetCapabilitiesType
-
-
Uses of GetCapabilitiesType in net.opengis.ows20
Methods in net.opengis.ows20 that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesType
Ows20Factory. createGetCapabilitiesType()
Returns a new object of class 'Get Capabilities Type'.GetCapabilitiesType
DocumentRoot. getGetCapabilities()
Returns the value of the 'Get Capabilities' containment reference.Methods in net.opengis.ows20 with parameters of type GetCapabilitiesType Modifier and Type Method Description void
DocumentRoot. setGetCapabilities(GetCapabilitiesType value)
Sets the value of the 'Get Capabilities
' containment reference. -
Uses of GetCapabilitiesType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement GetCapabilitiesType Modifier and Type Class Description class
GetCapabilitiesTypeImpl
An implementation of the model object 'Get Capabilities Type'.Methods in net.opengis.ows20.impl that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesType
Ows20FactoryImpl. createGetCapabilitiesType()
GetCapabilitiesType
DocumentRootImpl. getGetCapabilities()
Methods in net.opengis.ows20.impl with parameters of type GetCapabilitiesType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs)
void
DocumentRootImpl. setGetCapabilities(GetCapabilitiesType newGetCapabilities)
-
Uses of GetCapabilitiesType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type GetCapabilitiesType Modifier and Type Method Description T
Ows20Switch. caseGetCapabilitiesType(GetCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Get Capabilities Type'.boolean
Ows20Validator. validateGetCapabilitiesType(GetCapabilitiesType getCapabilitiesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of GetCapabilitiesType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type GetCapabilitiesType Modifier and Type Method Description boolean
DocumentRootValidator. validateGetCapabilities(GetCapabilitiesType value)
-
Uses of GetCapabilitiesType in net.opengis.wcs20
Subinterfaces of GetCapabilitiesType in net.opengis.wcs20 Modifier and Type Interface Description interface
GetCapabilitiesType
A representation of the model object 'Get Capabilities Type'. -
Uses of GetCapabilitiesType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement GetCapabilitiesType Modifier and Type Class Description class
GetCapabilitiesTypeImpl
An implementation of the model object 'Get Capabilities Type'. -
Uses of GetCapabilitiesType in net.opengis.wps20
Subinterfaces of GetCapabilitiesType in net.opengis.wps20 Modifier and Type Interface Description interface
GetCapabilitiesType
A representation of the model object 'Get Capabilities Type'. -
Uses of GetCapabilitiesType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement GetCapabilitiesType Modifier and Type Class Description class
GetCapabilitiesTypeImpl
An implementation of the model object 'Get Capabilities Type'. -
Uses of GetCapabilitiesType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type GetCapabilitiesType Modifier and Type Method Description T
Wps20Switch. caseOws20_GetCapabilitiesType(GetCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Get Capabilities Type'.
-