<simpleType name="InterpolationMethodType"> <annotation> <documentation>Codes that identify interpolation methods. The meanings of these codes are defined in Annex B of ISO 19123: Geographic information Schema for coverage geometry and functions. </documentation> </annotation> <restriction base="string"> <enumeration value="nearest neighbor"/> <enumeration value="bilinear"/> <enumeration value="bicubic"/> <enumeration value="lost area"/> <enumeration value="barycentric"/> <enumeration value="none"> <annotation> <documentation>No interpolation. </documentation> </annotation> </enumeration> </restriction> </simpleType>
@generated
@source $URL$
|
|