Uses of Interface
net.opengis.wcs10.GetCapabilitiesType1
-
Packages that use GetCapabilitiesType1 Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of GetCapabilitiesType1 in net.opengis.wcs10
Methods in net.opengis.wcs10 that return GetCapabilitiesType1 Modifier and Type Method Description GetCapabilitiesType1
Wcs10Factory. createGetCapabilitiesType1()
Returns a new object of class 'Get Capabilities Type1'.GetCapabilitiesType1
RequestType. getGetCapabilities()
Returns the value of the 'Get Capabilities' containment reference.Methods in net.opengis.wcs10 with parameters of type GetCapabilitiesType1 Modifier and Type Method Description void
RequestType. setGetCapabilities(GetCapabilitiesType1 value)
Sets the value of the 'Get Capabilities
' containment reference. -
Uses of GetCapabilitiesType1 in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement GetCapabilitiesType1 Modifier and Type Class Description class
GetCapabilitiesType1Impl
An implementation of the model object 'Get Capabilities Type1'.Fields in net.opengis.wcs10.impl declared as GetCapabilitiesType1 Modifier and Type Field Description protected GetCapabilitiesType1
RequestTypeImpl. getCapabilities
The cached value of the 'Get Capabilities
' containment reference.Methods in net.opengis.wcs10.impl that return GetCapabilitiesType1 Modifier and Type Method Description GetCapabilitiesType1
Wcs10FactoryImpl. createGetCapabilitiesType1()
GetCapabilitiesType1
RequestTypeImpl. getGetCapabilities()
Methods in net.opengis.wcs10.impl with parameters of type GetCapabilitiesType1 Modifier and Type Method Description NotificationChain
RequestTypeImpl. basicSetGetCapabilities(GetCapabilitiesType1 newGetCapabilities, NotificationChain msgs)
void
RequestTypeImpl. setGetCapabilities(GetCapabilitiesType1 newGetCapabilities)
-
Uses of GetCapabilitiesType1 in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type GetCapabilitiesType1 Modifier and Type Method Description Object
Wcs10Switch. caseGetCapabilitiesType1(GetCapabilitiesType1 object)
Returns the result of interpreting the object as an instance of 'Get Capabilities Type1'. -
Uses of GetCapabilitiesType1 in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type GetCapabilitiesType1 Modifier and Type Method Description boolean
RequestTypeValidator. validateGetCapabilities(GetCapabilitiesType1 value)
-