Klasse GeotoolsConfiguration.Shapefile

java.lang.Object
de.dlr.proseo.geotools.GeotoolsConfiguration.Shapefile
Umschließende Klasse:
GeotoolsConfiguration

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

    • Shapefile

      public Shapefile()
  • Methodendetails

    • getType

      public ShpFile.GeoFileType getType()
      Gibt zurück:
      the type
    • getPath

      public String getPath()
      Gibt zurück:
      the path
    • getShapeType

      public String getShapeType()
      Gibt zurück:
      the ShapeType
    • setType

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

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

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