Uses of Interface
net.opengis.wps10.DefaultType
Packages that use DefaultType
Package
Description
-
Uses of DefaultType in net.opengis.wps10
Methods in net.opengis.wps10 that return DefaultTypeModifier and TypeMethodDescriptionWps10Factory.createDefaultType()
Returns a new object of class 'Default Type'.SupportedCRSsType.getDefault()
Returns the value of the 'Default' containment reference.Methods in net.opengis.wps10 with parameters of type DefaultTypeModifier and TypeMethodDescriptionvoid
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 DefaultTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Default Type'.Fields in net.opengis.wps10.impl declared as DefaultTypeModifier and TypeFieldDescriptionprotected DefaultType
SupportedCRSsTypeImpl.default_
The cached value of the 'Default
' containment reference.Methods in net.opengis.wps10.impl that return DefaultTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createDefaultType()
SupportedCRSsTypeImpl.getDefault()
Methods in net.opengis.wps10.impl with parameters of type DefaultTypeModifier and TypeMethodDescriptionNotificationChain
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 DefaultTypeModifier and TypeMethodDescriptionWps10Switch.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 DefaultTypeModifier and TypeMethodDescriptionboolean
SupportedCRSsTypeValidator.validateDefault
(DefaultType value)