Uses of Interface
net.opengis.wps10.CRSsType
-
Packages that use CRSsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of CRSsType in net.opengis.wps10
Methods in net.opengis.wps10 that return CRSsType Modifier and Type Method Description CRSsTypeWps10Factory. createCRSsType()Returns a new object of class 'CR Ss Type'.CRSsTypeSupportedCRSsType. getSupported()Returns the value of the 'Supported' containment reference.Methods in net.opengis.wps10 with parameters of type CRSsType Modifier and Type Method Description voidSupportedCRSsType. setSupported(CRSsType value)Sets the value of the 'Supported' containment reference. -
Uses of CRSsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement CRSsType Modifier and Type Class Description classCRSsTypeImplAn implementation of the model object 'CR Ss Type'.Fields in net.opengis.wps10.impl declared as CRSsType Modifier and Type Field Description protected CRSsTypeSupportedCRSsTypeImpl. supportedThe cached value of the 'Supported' containment reference.Methods in net.opengis.wps10.impl that return CRSsType Modifier and Type Method Description CRSsTypeWps10FactoryImpl. createCRSsType()CRSsTypeSupportedCRSsTypeImpl. getSupported()Methods in net.opengis.wps10.impl with parameters of type CRSsType Modifier and Type Method Description NotificationChainSupportedCRSsTypeImpl. basicSetSupported(CRSsType newSupported, NotificationChain msgs)voidSupportedCRSsTypeImpl. setSupported(CRSsType newSupported) -
Uses of CRSsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type CRSsType Modifier and Type Method Description ObjectWps10Switch. caseCRSsType(CRSsType object)Returns the result of interpreting the object as an instance of 'CR Ss Type'.booleanWps10Validator. validateCRSsType(CRSsType crSsType, DiagnosticChain diagnostics, Map context) -
Uses of CRSsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type CRSsType Modifier and Type Method Description booleanSupportedCRSsTypeValidator. validateSupported(CRSsType value)
-