Uses of Interface
net.opengis.wps10.DefaultType
-
Packages that use DefaultType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of DefaultType in net.opengis.wps10
Methods in net.opengis.wps10 that return DefaultType Modifier and Type Method Description DefaultType
Wps10Factory. createDefaultType()
Returns a new object of class 'Default Type'.DefaultType
SupportedCRSsType. getDefault()
Returns the value of the 'Default' containment reference.Methods in net.opengis.wps10 with parameters of type DefaultType Modifier and Type Method Description void
SupportedCRSsType. setDefault(DefaultType value)
Sets the value of the 'Default
' containment reference. -
Uses of DefaultType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement DefaultType Modifier and Type Class Description class
DefaultTypeImpl
An implementation of the model object 'Default Type'.Fields in net.opengis.wps10.impl declared as DefaultType Modifier and Type Field Description protected DefaultType
SupportedCRSsTypeImpl. default_
The cached value of the 'Default
' containment reference.Methods in net.opengis.wps10.impl that return DefaultType Modifier and Type Method Description DefaultType
Wps10FactoryImpl. createDefaultType()
DefaultType
SupportedCRSsTypeImpl. getDefault()
Methods in net.opengis.wps10.impl with parameters of type DefaultType Modifier and Type Method Description NotificationChain
SupportedCRSsTypeImpl. basicSetDefault(DefaultType newDefault, NotificationChain msgs)
void
SupportedCRSsTypeImpl. setDefault(DefaultType newDefault)
-
Uses of DefaultType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DefaultType Modifier and Type Method Description Object
Wps10Switch. caseDefaultType(DefaultType object)
Returns the result of interpreting the object as an instance of 'Default Type'.boolean
Wps10Validator. validateDefaultType(DefaultType defaultType, DiagnosticChain diagnostics, Map context)
-
Uses of DefaultType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type DefaultType Modifier and Type Method Description boolean
SupportedCRSsTypeValidator. validateDefault(DefaultType value)
-