Uses of Class
mil.nga.sf.util.filter.FiniteFilterType
-
Packages that use FiniteFilterType Package Description mil.nga.sf.util.filter -
-
Uses of FiniteFilterType in mil.nga.sf.util.filter
Methods in mil.nga.sf.util.filter that return FiniteFilterType Modifier and Type Method Description FiniteFilterTypePointFiniteFilter. getType()Get the finite filter typestatic FiniteFilterTypeFiniteFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static FiniteFilterType[]FiniteFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.sf.util.filter with parameters of type FiniteFilterType Modifier and Type Method Description voidPointFiniteFilter. setType(FiniteFilterType type)Set the finite filter type, null defaults toFINITEConstructors in mil.nga.sf.util.filter with parameters of type FiniteFilterType Constructor Description PointFiniteFilter(FiniteFilterType type)Constructor, filter on x and yPointFiniteFilter(FiniteFilterType type, boolean filterZ)Constructor, filter on x, y, and optionally zPointFiniteFilter(FiniteFilterType type, boolean filterZ, boolean filterM)Constructor, filter on x, y, and optionally z and m
-