Package org.gvsig.gpe.prov.gml
Class GmlProperties
java.lang.Object
org.gvsig.gpe.prov.gml.GmlProperties
This class contains the properties for the GML
parsers and writers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIt separates the different dimensions of each coordinate of a geometry (e.g.static final StringThis attribute is used to represent the decimal separator.static final StringDefault name for a feature.static final StringDefault name for a collection of features.static final StringIF the SRS are based on XML or if are based on EPSG code.static final StringIt separates the different tuples of dimensions (e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DECIMAL
This attribute is used to represent the decimal separator. It separates the integral and the fractional parts of a decimal numeral.- See Also:
-
COORDINATES_SEPARATOR
It separates the different dimensions of each coordinate of a geometry (e.g. Uses ",": X1,Y1,Z1)- See Also:
-
TUPLES_SEPARATOR
It separates the different tuples of dimensions (e.g. Uses blank space " ": X1,Y1,Z1 X2,Y2,Z2)- See Also:
-
DEFAULT_FEATURECOLLECTION
Default name for a collection of features. This name will be used only if there is not a name for a feature collection.- See Also:
-
DEFAULT_FEATURE
Default name for a feature. It is only used if the feature to write doesn't has a name- See Also:
-
SRS_BASED_ON_XML
IF the SRS are based on XML or if are based on EPSG code.- See Also:
-
-
Constructor Details
-
GmlProperties
public GmlProperties()
-