public class GeoFeature extends Object
Modifier and Type | Field and Description |
---|---|
(package private) com.vividsolutions.jts.geom.Geometry |
geometry |
(package private) String |
propertyValue |
Constructor and Description |
---|
GeoFeature(com.vividsolutions.jts.geom.Geometry geometry,
String propertyValue)
Initialisieren
|
Modifier and Type | Method and Description |
---|---|
com.vividsolutions.jts.geom.Geometry |
getGeometry() |
String |
getPropertyValue() |
com.vividsolutions.jts.geom.Geometry geometry
String propertyValue
public GeoFeature(com.vividsolutions.jts.geom.Geometry geometry, String propertyValue)
geometry
- GeometriepropertyValue
- ggf. PropertyValue vom WFS oder nullpublic com.vividsolutions.jts.geom.Geometry getGeometry()
public String getPropertyValue()
Copyright © 2019. All rights reserved.