org.h2gis.utilities
Interface GeometryTypeCodes


public interface GeometryTypeCodes

Geometry type codes as defined in OGC SFS 1.2.1

Author:
Nicolas Fortin

Field Summary
static int CURVE
           
static int CURVEM
           
static int CURVEZ
           
static int GEOMCOLLECTION
           
static int GEOMCOLLECTIONM
           
static int GEOMCOLLECTIONZ
           
static int GEOMETRY
           
static int GEOMETRYM
           
static int GEOMETRYZ
           
static int GEOMETRYZM
           
static int LINESTRING
           
static int LINESTRINGM
           
static int LINESTRINGZ
           
static int LINESTRINGZM
           
static int MULTILINESTRING
           
static int MULTILINESTRINGM
           
static int MULTILINESTRINGZ
           
static int MULTIPOINT
           
static int MULTIPOINTM
           
static int MULTIPOINTZ
           
static int MULTIPOLYGON
           
static int MULTIPOLYGONM
           
static int MULTIPOLYGONZ
           
static int POINT
           
static int POINTM
           
static int POINTZ
           
static int POINTZM
           
static int POLYGON
           
static int POLYGONM
           
static int POLYGONZ
           
static int POLYHEDRALSURFACE
           
static int POLYHEDRALSURFACEM
           
static int POLYHEDRALSURFACEZ
           
static int SURFACE
           
static int SURFACEM
           
static int SURFACEZ
           
 

Field Detail

GEOMETRY

static final int GEOMETRY
See Also:
Constant Field Values

POINT

static final int POINT
See Also:
Constant Field Values

LINESTRING

static final int LINESTRING
See Also:
Constant Field Values

POLYGON

static final int POLYGON
See Also:
Constant Field Values

MULTIPOINT

static final int MULTIPOINT
See Also:
Constant Field Values

MULTILINESTRING

static final int MULTILINESTRING
See Also:
Constant Field Values

MULTIPOLYGON

static final int MULTIPOLYGON
See Also:
Constant Field Values

GEOMCOLLECTION

static final int GEOMCOLLECTION
See Also:
Constant Field Values

CURVE

static final int CURVE
See Also:
Constant Field Values

SURFACE

static final int SURFACE
See Also:
Constant Field Values

POLYHEDRALSURFACE

static final int POLYHEDRALSURFACE
See Also:
Constant Field Values

GEOMETRYZ

static final int GEOMETRYZ
See Also:
Constant Field Values

POINTZ

static final int POINTZ
See Also:
Constant Field Values

LINESTRINGZ

static final int LINESTRINGZ
See Also:
Constant Field Values

POLYGONZ

static final int POLYGONZ
See Also:
Constant Field Values

MULTIPOINTZ

static final int MULTIPOINTZ
See Also:
Constant Field Values

MULTILINESTRINGZ

static final int MULTILINESTRINGZ
See Also:
Constant Field Values

MULTIPOLYGONZ

static final int MULTIPOLYGONZ
See Also:
Constant Field Values

GEOMCOLLECTIONZ

static final int GEOMCOLLECTIONZ
See Also:
Constant Field Values

CURVEZ

static final int CURVEZ
See Also:
Constant Field Values

SURFACEZ

static final int SURFACEZ
See Also:
Constant Field Values

POLYHEDRALSURFACEZ

static final int POLYHEDRALSURFACEZ
See Also:
Constant Field Values

GEOMETRYM

static final int GEOMETRYM
See Also:
Constant Field Values

POINTM

static final int POINTM
See Also:
Constant Field Values

LINESTRINGM

static final int LINESTRINGM
See Also:
Constant Field Values

POLYGONM

static final int POLYGONM
See Also:
Constant Field Values

MULTIPOINTM

static final int MULTIPOINTM
See Also:
Constant Field Values

MULTILINESTRINGM

static final int MULTILINESTRINGM
See Also:
Constant Field Values

MULTIPOLYGONM

static final int MULTIPOLYGONM
See Also:
Constant Field Values

GEOMCOLLECTIONM

static final int GEOMCOLLECTIONM
See Also:
Constant Field Values

CURVEM

static final int CURVEM
See Also:
Constant Field Values

SURFACEM

static final int SURFACEM
See Also:
Constant Field Values

POLYHEDRALSURFACEM

static final int POLYHEDRALSURFACEM
See Also:
Constant Field Values

GEOMETRYZM

static final int GEOMETRYZM
See Also:
Constant Field Values

POINTZM

static final int POINTZM
See Also:
Constant Field Values

LINESTRINGZM

static final int LINESTRINGZM
See Also:
Constant Field Values


Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.