Package de.dlr.proseo.geotools
Class GeotoolsConfiguration.Shapefile
java.lang.Object
de.dlr.proseo.geotools.GeotoolsConfiguration.Shapefile
- Enclosing class:
GeotoolsConfiguration
Representation shape file with all attributes needed in this context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()getType()voidvoidsetShapeType(String shapeType) voidsetType(ShpFile.GeoFileType type)
-
Constructor Details
-
Shapefile
public Shapefile()
-
-
Method Details
-
getType
- Returns:
- the type
-
getPath
- Returns:
- the path
-
getShapeType
- Returns:
- the ShapeType
-
setType
- Parameters:
type- the type to set
-
setPath
- Parameters:
path- the path to set
-
setShapeType
- Parameters:
shapeType- the ShapeType to set
-