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