Uses of Interface
net.opengis.wcs10.GetType
-
Packages that use GetType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util -
-
Uses of GetType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return GetType Modifier and Type Method Description GetType
Wcs10Factory. createGetType()
Returns a new object of class 'Get Type'. -
Uses of GetType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement GetType Modifier and Type Class Description class
GetTypeImpl
An implementation of the model object 'Get Type'.Methods in net.opengis.wcs10.impl that return GetType Modifier and Type Method Description GetType
Wcs10FactoryImpl. createGetType()
-
Uses of GetType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type GetType Modifier and Type Method Description Object
Wcs10Switch. caseGetType(GetType object)
Returns the result of interpreting the object as an instance of 'Get Type'.
-