public class GeometryOperandType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static GeometryOperandType |
GML_ARC
The instance of the gml:Arc type
|
static int |
GML_ARC_TYPE
The gml:Arc type
|
static GeometryOperandType |
GML_ARCBYBULGE
The instance of the gml:ArcByBulge type
|
static int |
GML_ARCBYBULGE_TYPE
The gml:ArcByBulge type
|
static GeometryOperandType |
GML_ARCBYCENTERPOINT
The instance of the gml:ArcByCenterPoint type
|
static int |
GML_ARCBYCENTERPOINT_TYPE
The gml:ArcByCenterPoint type
|
static GeometryOperandType |
GML_BEZIER
The instance of the gml:Bezier type
|
static int |
GML_BEZIER_TYPE
The gml:Bezier type
|
static GeometryOperandType |
GML_CIRCLE
The instance of the gml:Circle type
|
static int |
GML_CIRCLE_TYPE
The gml:Circle type
|
static GeometryOperandType |
GML_CIRCLEBYCENTERPOINT
The instance of the gml:CircleByCenterPoint type
|
static int |
GML_CIRCLEBYCENTERPOINT_TYPE
The gml:CircleByCenterPoint type
|
static GeometryOperandType |
GML_CLOTHOID
The instance of the gml:Clothoid type
|
static int |
GML_CLOTHOID_TYPE
The gml:Clothoid type
|
static GeometryOperandType |
GML_CUBICSPLINE
The instance of the gml:CubicSpline type
|
static int |
GML_CUBICSPLINE_TYPE
The gml:CubicSpline type
|
static GeometryOperandType |
GML_ENVELOPE
The instance of the gml:Envelope type
|
static int |
GML_ENVELOPE_TYPE
The gml:Envelope type
|
static GeometryOperandType |
GML_GEODESIC
The instance of the gml:Geodesic type
|
static int |
GML_GEODESIC_TYPE
The gml:Geodesic type
|
static GeometryOperandType |
GML_LINESTRING
The instance of the gml:LineString type
|
static int |
GML_LINESTRING_TYPE
The gml:LineString type
|
static GeometryOperandType |
GML_OFFSETCURVE
The instance of the gml:OffsetCurve type
|
static int |
GML_OFFSETCURVE_TYPE
The gml:OffsetCurve type
|
static GeometryOperandType |
GML_POINT
The instance of the gml:Point type
|
static int |
GML_POINT_TYPE
The gml:Point type
|
static GeometryOperandType |
GML_POLYGON
The instance of the gml:Polygon type
|
static int |
GML_POLYGON_TYPE
The gml:Polygon type
|
static GeometryOperandType |
GML_POLYHEDRALSURFACE
The instance of the gml:PolyhedralSurface type
|
static int |
GML_POLYHEDRALSURFACE_TYPE
The gml:PolyhedralSurface type
|
static GeometryOperandType |
GML_SOLID
The instance of the gml:Solid type
|
static int |
GML_SOLID_TYPE
The gml:Solid type
|
static GeometryOperandType |
GML_TIN
The instance of the gml:Tin type
|
static int |
GML_TIN_TYPE
The gml:Tin type
|
static GeometryOperandType |
GML_TRIANGLE
The instance of the gml:Triangle type
|
static int |
GML_TRIANGLE_TYPE
The gml:Triangle type
|
static GeometryOperandType |
GML_TRIANGULATEDSURFACE
The instance of the gml:TriangulatedSurface type
|
static int |
GML_TRIANGULATEDSURFACE_TYPE
The gml:TriangulatedSurface type
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
GeometryOperandType
|
int |
getType()
Method getType
Returns the type of this GeometryOperandType
|
String |
toString()
Method toString
Returns the String representation of this
GeometryOperandType
|
static GeometryOperandType |
valueOf(String string)
Method valueOf
Returns a new GeometryOperandType based on the given String
value.
|
public static final int GML_ENVELOPE_TYPE
public static final GeometryOperandType GML_ENVELOPE
public static final int GML_POINT_TYPE
public static final GeometryOperandType GML_POINT
public static final int GML_LINESTRING_TYPE
public static final GeometryOperandType GML_LINESTRING
public static final int GML_POLYGON_TYPE
public static final GeometryOperandType GML_POLYGON
public static final int GML_ARCBYCENTERPOINT_TYPE
public static final GeometryOperandType GML_ARCBYCENTERPOINT
public static final int GML_CIRCLEBYCENTERPOINT_TYPE
public static final GeometryOperandType GML_CIRCLEBYCENTERPOINT
public static final int GML_ARC_TYPE
public static final GeometryOperandType GML_ARC
public static final int GML_CIRCLE_TYPE
public static final GeometryOperandType GML_CIRCLE
public static final int GML_ARCBYBULGE_TYPE
public static final GeometryOperandType GML_ARCBYBULGE
public static final int GML_BEZIER_TYPE
public static final GeometryOperandType GML_BEZIER
public static final int GML_CLOTHOID_TYPE
public static final GeometryOperandType GML_CLOTHOID
public static final int GML_CUBICSPLINE_TYPE
public static final GeometryOperandType GML_CUBICSPLINE
public static final int GML_GEODESIC_TYPE
public static final GeometryOperandType GML_GEODESIC
public static final int GML_OFFSETCURVE_TYPE
public static final GeometryOperandType GML_OFFSETCURVE
public static final int GML_TRIANGLE_TYPE
public static final GeometryOperandType GML_TRIANGLE
public static final int GML_POLYHEDRALSURFACE_TYPE
public static final GeometryOperandType GML_POLYHEDRALSURFACE
public static final int GML_TRIANGULATEDSURFACE_TYPE
public static final GeometryOperandType GML_TRIANGULATEDSURFACE
public static final int GML_TIN_TYPE
public static final GeometryOperandType GML_TIN
public static final int GML_SOLID_TYPE
public static final GeometryOperandType GML_SOLID
public static Enumeration enumerate()
public int getType()
public String toString()
public static GeometryOperandType valueOf(String string)
string - Copyright © 2020 B3Partners B.V.. All rights reserved.