Class GeotoolsConfiguration.Shapefile

java.lang.Object
de.dlr.proseo.geotools.GeotoolsConfiguration.Shapefile
Enclosing class:
GeotoolsConfiguration

public static class GeotoolsConfiguration.Shapefile extends Object
Representation shape file with all attributes needed in this context
  • Constructor Details

    • Shapefile

      public Shapefile()
  • Method Details

    • getType

      public ShpFile.GeoFileType getType()
      Returns:
      the type
    • getPath

      public String getPath()
      Returns:
      the path
    • getShapeType

      public String getShapeType()
      Returns:
      the ShapeType
    • setType

      public void setType(ShpFile.GeoFileType type)
      Parameters:
      type - the type to set
    • setPath

      public void setPath(String path)
      Parameters:
      path - the path to set
    • setShapeType

      public void setShapeType(String shapeType)
      Parameters:
      shapeType - the ShapeType to set