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