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 GetCapabilitiesType1Wcs10Factory. createGetCapabilitiesType1()Returns a new object of class 'Get Capabilities Type1'.GetCapabilitiesType1RequestType. 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 voidRequestType. 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 classGetCapabilitiesType1ImplAn implementation of the model object 'Get Capabilities Type1'.Fields in net.opengis.wcs10.impl declared as GetCapabilitiesType1 Modifier and Type Field Description protected GetCapabilitiesType1RequestTypeImpl. getCapabilitiesThe cached value of the 'Get Capabilities' containment reference.Methods in net.opengis.wcs10.impl that return GetCapabilitiesType1 Modifier and Type Method Description GetCapabilitiesType1Wcs10FactoryImpl. createGetCapabilitiesType1()GetCapabilitiesType1RequestTypeImpl. getGetCapabilities()Methods in net.opengis.wcs10.impl with parameters of type GetCapabilitiesType1 Modifier and Type Method Description NotificationChainRequestTypeImpl. basicSetGetCapabilities(GetCapabilitiesType1 newGetCapabilities, NotificationChain msgs)voidRequestTypeImpl. 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 ObjectWcs10Switch. 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 booleanRequestTypeValidator. validateGetCapabilities(GetCapabilitiesType1 value)
-