Uses of Interface
net.opengis.wps20.SupportedCRSType
-
Packages that use SupportedCRSType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of SupportedCRSType in net.opengis.wps20
Methods in net.opengis.wps20 that return SupportedCRSType Modifier and Type Method Description SupportedCRSTypeWps20Factory. createSupportedCRSType()Returns a new object of class 'Supported CRS Type'.SupportedCRSTypeDocumentRoot. getSupportedCRS()Returns the value of the 'Supported CRS' containment reference.Methods in net.opengis.wps20 that return types with arguments of type SupportedCRSType Modifier and Type Method Description EList<SupportedCRSType>BoundingBoxDataType. getSupportedCRS()Returns the value of the 'Supported CRS' containment reference list.Methods in net.opengis.wps20 with parameters of type SupportedCRSType Modifier and Type Method Description voidDocumentRoot. setSupportedCRS(SupportedCRSType value)Sets the value of the 'Supported CRS' containment reference. -
Uses of SupportedCRSType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement SupportedCRSType Modifier and Type Class Description classSupportedCRSTypeImplAn implementation of the model object 'Supported CRS Type'.Fields in net.opengis.wps20.impl with type parameters of type SupportedCRSType Modifier and Type Field Description protected EList<SupportedCRSType>BoundingBoxDataTypeImpl. supportedCRSThe cached value of the 'Supported CRS' containment reference list.Methods in net.opengis.wps20.impl that return SupportedCRSType Modifier and Type Method Description SupportedCRSTypeWps20FactoryImpl. createSupportedCRSType()SupportedCRSTypeDocumentRootImpl. getSupportedCRS()Methods in net.opengis.wps20.impl that return types with arguments of type SupportedCRSType Modifier and Type Method Description EList<SupportedCRSType>BoundingBoxDataTypeImpl. getSupportedCRS()Methods in net.opengis.wps20.impl with parameters of type SupportedCRSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSupportedCRS(SupportedCRSType newSupportedCRS, NotificationChain msgs)voidDocumentRootImpl. setSupportedCRS(SupportedCRSType newSupportedCRS) -
Uses of SupportedCRSType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type SupportedCRSType Modifier and Type Method Description TWps20Switch. caseSupportedCRSType(SupportedCRSType object)Returns the result of interpreting the object as an instance of 'Supported CRS Type'.booleanWps20Validator. validateSupportedCRSType(SupportedCRSType supportedCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-