public static enum FilterConstants.GeometryOperand extends Enum<FilterConstants.GeometryOperand>
| Enum Constant and Description |
|---|
Arc |
ArcByBulge |
ArcByCenterPoint |
Bezier |
Circle |
CircleByCenterPoint |
Clothoid |
CubicSpline |
Envelope |
Geodesic |
LineString |
OffsetCurve |
Point |
Polygon |
PolyhedralSurface |
Solid |
Tin |
Triangle |
TriangulatedSurface |
| Modifier and Type | Method and Description |
|---|---|
static FilterConstants.GeometryOperand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterConstants.GeometryOperand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterConstants.GeometryOperand Envelope
public static final FilterConstants.GeometryOperand Point
public static final FilterConstants.GeometryOperand LineString
public static final FilterConstants.GeometryOperand Polygon
public static final FilterConstants.GeometryOperand ArcByCenterPoint
public static final FilterConstants.GeometryOperand CircleByCenterPoint
public static final FilterConstants.GeometryOperand Arc
public static final FilterConstants.GeometryOperand Circle
public static final FilterConstants.GeometryOperand ArcByBulge
public static final FilterConstants.GeometryOperand Bezier
public static final FilterConstants.GeometryOperand Clothoid
public static final FilterConstants.GeometryOperand CubicSpline
public static final FilterConstants.GeometryOperand Geodesic
public static final FilterConstants.GeometryOperand OffsetCurve
public static final FilterConstants.GeometryOperand Triangle
public static final FilterConstants.GeometryOperand PolyhedralSurface
public static final FilterConstants.GeometryOperand TriangulatedSurface
public static final FilterConstants.GeometryOperand Tin
public static final FilterConstants.GeometryOperand Solid
public static FilterConstants.GeometryOperand[] values()
for (FilterConstants.GeometryOperand c : FilterConstants.GeometryOperand.values()) System.out.println(c);
public static FilterConstants.GeometryOperand valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.