Uses of Interface
net.opengis.wcs10.ExceptionType
-
Packages that use ExceptionType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of ExceptionType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ExceptionType Modifier and Type Method Description ExceptionType
Wcs10Factory. createExceptionType()
Returns a new object of class 'Exception Type'.ExceptionType
WCSCapabilityType. getException()
Returns the value of the 'Exception' containment reference.Methods in net.opengis.wcs10 with parameters of type ExceptionType Modifier and Type Method Description void
WCSCapabilityType. setException(ExceptionType value)
Sets the value of the 'Exception
' containment reference. -
Uses of ExceptionType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ExceptionType Modifier and Type Class Description class
ExceptionTypeImpl
An implementation of the model object 'Exception Type'.Fields in net.opengis.wcs10.impl declared as ExceptionType Modifier and Type Field Description protected ExceptionType
WCSCapabilityTypeImpl. exception
The cached value of the 'Exception
' containment reference.Methods in net.opengis.wcs10.impl that return ExceptionType Modifier and Type Method Description ExceptionType
Wcs10FactoryImpl. createExceptionType()
ExceptionType
WCSCapabilityTypeImpl. getException()
Methods in net.opengis.wcs10.impl with parameters of type ExceptionType Modifier and Type Method Description NotificationChain
WCSCapabilityTypeImpl. basicSetException(ExceptionType newException, NotificationChain msgs)
void
WCSCapabilityTypeImpl. setException(ExceptionType newException)
-
Uses of ExceptionType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ExceptionType Modifier and Type Method Description Object
Wcs10Switch. caseExceptionType(ExceptionType object)
Returns the result of interpreting the object as an instance of 'Exception Type'. -
Uses of ExceptionType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type ExceptionType Modifier and Type Method Description boolean
WCSCapabilityTypeValidator. validateException(ExceptionType value)
-