Uses of Interface
org.geotools.coverage.io.range.FieldType
Packages that use FieldType
-
Uses of FieldType in org.geotools.coverage.io.range
Methods in org.geotools.coverage.io.range that return FieldTypeMethods in org.geotools.coverage.io.range that return types with arguments of type FieldTypeModifier and TypeMethodDescriptionRangeType.getFieldTypes()Get all the measure types of this Coverage type -
Uses of FieldType in org.geotools.coverage.io.range.impl
Classes in org.geotools.coverage.io.range.impl that implement FieldTypeMethods in org.geotools.coverage.io.range.impl that return FieldTypeMethods in org.geotools.coverage.io.range.impl that return types with arguments of type FieldTypeConstructors in org.geotools.coverage.io.range.impl with parameters of type FieldTypeModifierConstructorDescriptionDefaultRangeType(String name, String description, FieldType fieldType) Constructor parameters in org.geotools.coverage.io.range.impl with type arguments of type FieldTypeModifierConstructorDescriptionDefaultRangeType(String name, String description, Set<FieldType> fieldTypes) DefaultRangeType(Name name, InternationalString description, Set<FieldType> fieldTypes)