Uses of Interface
net.opengis.wcs10.SupportedInterpolationsType
-
Packages that use SupportedInterpolationsType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of SupportedInterpolationsType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return SupportedInterpolationsType Modifier and Type Method Description SupportedInterpolationsType
Wcs10Factory. createSupportedInterpolationsType()
Returns a new object of class 'Supported Interpolations Type'.SupportedInterpolationsType
CoverageOfferingType. getSupportedInterpolations()
Returns the value of the 'Supported Interpolations' containment reference.SupportedInterpolationsType
DocumentRoot. getSupportedInterpolations()
Returns the value of the 'Supported Interpolations' containment reference.Methods in net.opengis.wcs10 with parameters of type SupportedInterpolationsType Modifier and Type Method Description void
CoverageOfferingType. setSupportedInterpolations(SupportedInterpolationsType value)
Sets the value of the 'Supported Interpolations
' containment reference.void
DocumentRoot. setSupportedInterpolations(SupportedInterpolationsType value)
Sets the value of the 'Supported Interpolations
' containment reference. -
Uses of SupportedInterpolationsType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement SupportedInterpolationsType Modifier and Type Class Description class
SupportedInterpolationsTypeImpl
An implementation of the model object 'Supported Interpolations Type'.Fields in net.opengis.wcs10.impl declared as SupportedInterpolationsType Modifier and Type Field Description protected SupportedInterpolationsType
CoverageOfferingTypeImpl. supportedInterpolations
The cached value of the 'Supported Interpolations
' containment reference.Methods in net.opengis.wcs10.impl that return SupportedInterpolationsType Modifier and Type Method Description SupportedInterpolationsType
Wcs10FactoryImpl. createSupportedInterpolationsType()
SupportedInterpolationsType
CoverageOfferingTypeImpl. getSupportedInterpolations()
SupportedInterpolationsType
DocumentRootImpl. getSupportedInterpolations()
Methods in net.opengis.wcs10.impl with parameters of type SupportedInterpolationsType Modifier and Type Method Description NotificationChain
CoverageOfferingTypeImpl. basicSetSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations, NotificationChain msgs)
void
CoverageOfferingTypeImpl. setSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations)
void
DocumentRootImpl. setSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations)
-
Uses of SupportedInterpolationsType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type SupportedInterpolationsType Modifier and Type Method Description Object
Wcs10Switch. caseSupportedInterpolationsType(SupportedInterpolationsType object)
Returns the result of interpreting the object as an instance of 'Supported Interpolations Type'. -
Uses of SupportedInterpolationsType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type SupportedInterpolationsType Modifier and Type Method Description boolean
CoverageOfferingTypeValidator. validateSupportedInterpolations(SupportedInterpolationsType value)
boolean
DocumentRootValidator. validateSupportedInterpolations(SupportedInterpolationsType value)
-