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 SupportedInterpolationsTypeWcs10Factory. createSupportedInterpolationsType()Returns a new object of class 'Supported Interpolations Type'.SupportedInterpolationsTypeCoverageOfferingType. getSupportedInterpolations()Returns the value of the 'Supported Interpolations' containment reference.SupportedInterpolationsTypeDocumentRoot. 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 voidCoverageOfferingType. setSupportedInterpolations(SupportedInterpolationsType value)Sets the value of the 'Supported Interpolations' containment reference.voidDocumentRoot. 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 classSupportedInterpolationsTypeImplAn implementation of the model object 'Supported Interpolations Type'.Fields in net.opengis.wcs10.impl declared as SupportedInterpolationsType Modifier and Type Field Description protected SupportedInterpolationsTypeCoverageOfferingTypeImpl. supportedInterpolationsThe cached value of the 'Supported Interpolations' containment reference.Methods in net.opengis.wcs10.impl that return SupportedInterpolationsType Modifier and Type Method Description SupportedInterpolationsTypeWcs10FactoryImpl. createSupportedInterpolationsType()SupportedInterpolationsTypeCoverageOfferingTypeImpl. getSupportedInterpolations()SupportedInterpolationsTypeDocumentRootImpl. getSupportedInterpolations()Methods in net.opengis.wcs10.impl with parameters of type SupportedInterpolationsType Modifier and Type Method Description NotificationChainCoverageOfferingTypeImpl. basicSetSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations, NotificationChain msgs)voidCoverageOfferingTypeImpl. setSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations)voidDocumentRootImpl. 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 ObjectWcs10Switch. 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 booleanCoverageOfferingTypeValidator. validateSupportedInterpolations(SupportedInterpolationsType value)booleanDocumentRootValidator. validateSupportedInterpolations(SupportedInterpolationsType value)
-