| Package | Description |
|---|---|
| mil.nga.sf.util.filter |
| Modifier and Type | Method and Description |
|---|---|
FiniteFilterType |
PointFiniteFilter.getType()
Get the finite filter type
|
static FiniteFilterType |
FiniteFilterType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PointFiniteFilter.setType(FiniteFilterType type)
Set the finite filter type, null defaults to
FINITE |
| Constructor and Description |
|---|
PointFiniteFilter(FiniteFilterType type)
Constructor, filter on x and y
|
PointFiniteFilter(FiniteFilterType type,
boolean filterZ)
Constructor, filter on x, y, and optionally z
|
PointFiniteFilter(FiniteFilterType type,
boolean filterZ,
boolean filterM)
Constructor, filter on x, y, and optionally z and m
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.