public class GmlProperties extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | COORDINATES_SEPARATORIt separates the different dimensions of each coordinate
 of a geometry (e.g. | 
| static String | DECIMALThis attribute is used to represent the decimal separator. | 
| static String | DEFAULT_FEATUREDefault name for a feature. | 
| static String | DEFAULT_FEATURECOLLECTIONDefault name for a collection of features. | 
| static String | SRS_BASED_ON_XMLIF the SRS are based on XML or if are based on EPSG code. | 
| static String | TUPLES_SEPARATORIt 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