public interface ETYPE
Modifier and Type | Field and Description |
---|---|
static int |
COMPOUND
ETYPE code representing compound linestring
A compound polygon represents its edges using a combination of sequence of straight and
curved edges. |
static int |
COMPOUND_POLYGON
ETYPE code representing compound polygon. |
static int |
COMPOUND_POLYGON_EXTERIOR
ETYPE code representing compound exterior CCW polygon ring
A compound polygon represents its edges using a combination of sequence of straight and
curved edges. |
static int |
COMPOUND_POLYGON_INTERIOR
ETYPE code representing compound interior CW polygon ring
A compound polygon represents its edges using a combination of sequence of straight and
curved edges. |
static int |
CUSTOM
ETYPE code representing custom geometries (like splines) |
static int |
FACE_EXTERIOR
ETYPE code representing exterior surface CCW polygon ring |
static int |
FACE_INTERIOR
ETYPE code representing interior surface CCW polygon ring |
static int |
LINE
ETYPE code representing Line |
static int |
POINT
ETYPE code representing Point |
static int |
POLYGON
ETYPE code representing Polygon (not recommended) |
static int |
POLYGON_EXTERIOR
ETYPE code representing exterior CCW polygon ring |
static int |
POLYGON_INTERIOR
ETYPE code representing interior CW polygon ring |
static final int CUSTOM
ETYPE
code representing custom geometries (like splines)static final int POINT
ETYPE
code representing Pointstatic final int LINE
ETYPE
code representing Linestatic final int POLYGON
ETYPE
code representing Polygon (not recommended)static final int POLYGON_EXTERIOR
ETYPE
code representing exterior CCW polygon ringstatic final int POLYGON_INTERIOR
ETYPE
code representing interior CW polygon ringstatic final int FACE_EXTERIOR
ETYPE
code representing exterior surface CCW polygon ringstatic final int FACE_INTERIOR
ETYPE
code representing interior surface CCW polygon ringstatic final int COMPOUND
ETYPE
code representing compound linestring
A compound polygon represents its edges using a combination of sequence of straight and curved edges.
Compound LineString is not representatble as a JTS Geometry
static final int COMPOUND_POLYGON
ETYPE
code representing compound polygon.
A compound polygon represents its edge using a combination of sequence of straight and curved edges.
Compound Polygon is not representatble as a JTS Geometry
static final int COMPOUND_POLYGON_EXTERIOR
ETYPE
code representing compound exterior CCW polygon ring
A compound polygon represents its edges using a combination of sequence of straight and curved edges.
Compound Polygon Interior is not representatble as a JTS Geometry
static final int COMPOUND_POLYGON_INTERIOR
ETYPE
code representing compound interior CW polygon ring
A compound polygon represents its edges using a combination of sequence of straight and curved edges.
Compound Polygon Exterior is not representatble as a JTS Geometry
Copyright © 1996–2023 Geotools. All rights reserved.