public class GmlProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COORDINATES_SEPARATOR
It separates the different dimensions of each coordinate
of a geometry (e.g.
|
static java.lang.String |
DECIMAL
This attribute is used to represent the decimal separator.
|
static java.lang.String |
DEFAULT_FEATURE
Default name for a feature.
|
static java.lang.String |
DEFAULT_FEATURECOLLECTION
Default name for a collection of features.
|
static java.lang.String |
SRS_BASED_ON_XML
IF the SRS are based on XML or if are based on EPSG code.
|
static java.lang.String |
TUPLES_SEPARATOR
It separates the different tuples of dimensions
(e.g.
|
Constructor and Description |
---|
GmlProperties() |
public static final java.lang.String DECIMAL
public static final java.lang.String COORDINATES_SEPARATOR
public static final java.lang.String TUPLES_SEPARATOR
public static final java.lang.String DEFAULT_FEATURECOLLECTION
public static final java.lang.String DEFAULT_FEATURE
public static final java.lang.String SRS_BASED_ON_XML