Class GfsFile.GeometryPropertyDefn

java.lang.Object
org.gvsig.fmap.dal.store.gml.virtualrows.GfsFile.PropertyDefn
org.gvsig.fmap.dal.store.gml.virtualrows.GfsFile.GeometryPropertyDefn
Enclosing class:
GfsFile

public static class GfsFile.GeometryPropertyDefn extends GfsFile.PropertyDefn
  • Constructor Details

    • GeometryPropertyDefn

      public GeometryPropertyDefn()
    • GeometryPropertyDefn

      public GeometryPropertyDefn(String name, String elementPath, String geometryTypeName, int dimensions, String srs)
  • Method Details

    • getSrs

      public String getSrs()
    • setSrs

      public void setSrs(String srs)
    • getGeometryTypeName

      public String getGeometryTypeName()
    • setGeometryTypeName

      public void setGeometryTypeName(String geometryTypeName)
    • getGeometryType

      public org.gvsig.fmap.geom.type.GeometryType getGeometryType()
    • getDimensions

      public int getDimensions()
    • setDimensions

      public void setDimensions(int dimensions)