Class GmlProperties

java.lang.Object
org.gvsig.gpe.prov.gml.GmlProperties

public class GmlProperties extends Object
This class contains the properties for the GML parsers and writers.
  • Field Details

    • DECIMAL

      public static final String 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

      public static final String COORDINATES_SEPARATOR
      It separates the different dimensions of each coordinate of a geometry (e.g. Uses ",": X1,Y1,Z1)
      See Also:
    • TUPLES_SEPARATOR

      public static final String TUPLES_SEPARATOR
      It separates the different tuples of dimensions (e.g. Uses blank space " ": X1,Y1,Z1 X2,Y2,Z2)
      See Also:
    • DEFAULT_FEATURECOLLECTION

      public static final String 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

      public static final String 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

      public static final String 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()