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 DefaultTypeWps10Factory. createDefaultType()Returns a new object of class 'Default Type'.DefaultTypeSupportedCRSsType. getDefault()Returns the value of the 'Default' containment reference.Methods in net.opengis.wps10 with parameters of type DefaultType Modifier and Type Method Description voidSupportedCRSsType. 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 classDefaultTypeImplAn implementation of the model object 'Default Type'.Fields in net.opengis.wps10.impl declared as DefaultType Modifier and Type Field Description protected DefaultTypeSupportedCRSsTypeImpl. default_The cached value of the 'Default' containment reference.Methods in net.opengis.wps10.impl that return DefaultType Modifier and Type Method Description DefaultTypeWps10FactoryImpl. createDefaultType()DefaultTypeSupportedCRSsTypeImpl. getDefault()Methods in net.opengis.wps10.impl with parameters of type DefaultType Modifier and Type Method Description NotificationChainSupportedCRSsTypeImpl. basicSetDefault(DefaultType newDefault, NotificationChain msgs)voidSupportedCRSsTypeImpl. 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 ObjectWps10Switch. caseDefaultType(DefaultType object)Returns the result of interpreting the object as an instance of 'Default Type'.booleanWps10Validator. 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 booleanSupportedCRSsTypeValidator. validateDefault(DefaultType value)
-