public class MifObjekt extends Object
Modifier and Type | Field and Description |
---|---|
private static de.bsvrz.sys.funclib.debug.Debug |
DEBUG
DebugLogger für Debug-Ausgaben.
|
private org.geotools.feature.Feature |
feature
Feature.
|
Constructor and Description |
---|
MifObjekt(org.geotools.feature.Feature feature)
Erzeugt ein neues Objekt aus einem Feature.
|
Modifier and Type | Method and Description |
---|---|
org.geotools.feature.Feature |
getFeature()
Gibt das assoziierte Feature zurück.
|
static de.bsvrz.sys.funclib.bitctrl.geolib.WGS84Polygon |
getFeatureKoordinatenAlsWGS84Polygon(org.geotools.feature.FeatureType featuretype,
com.vividsolutions.jts.geom.Geometry geometrie)
Gibt die Koordinatenliste als WGS84-Polygon zurück.
|
static com.vividsolutions.jts.geom.Coordinate[] |
getFeatureKoordinatenWGS84(org.geotools.feature.FeatureType featuretype,
com.vividsolutions.jts.geom.Geometry geometrie)
Gibt die Koordinatenliste eines Features als WGS84-Koordninaten
zurück.
|
com.vividsolutions.jts.geom.Geometry |
getGeometrie()
Gibt die Geometrie des Objektes zurück.
|
MifTyp |
getMifTyp()
Gibt den Typ des Objektes zurück.
|
String |
getText()
Gibt den Textwert eines Text-Objektes zurück.
|
boolean |
istTextObjekt()
Testet, ob es sich bei dem Objekt um ein Text-Objekt handelt.
|
private final org.geotools.feature.Feature feature
private static final de.bsvrz.sys.funclib.debug.Debug DEBUG
public MifObjekt(org.geotools.feature.Feature feature)
feature
- assoziiertes Feature.public MifTyp getMifTyp() throws ImportException
MifTyp
ImportException
- bei Fehlernpublic static de.bsvrz.sys.funclib.bitctrl.geolib.WGS84Polygon getFeatureKoordinatenAlsWGS84Polygon(org.geotools.feature.FeatureType featuretype, com.vividsolutions.jts.geom.Geometry geometrie)
featuretype
- FeatureTypegeometrie
- GeometrieWGS84Polygon
public static com.vividsolutions.jts.geom.Coordinate[] getFeatureKoordinatenWGS84(org.geotools.feature.FeatureType featuretype, com.vividsolutions.jts.geom.Geometry geometrie)
featuretype
- FeatureTypegeometrie
- GeometrieProblem: wechselnde Transformationsklassen:
SIEHE:
http://www.mail-archive.com/geotools-gt2-users@lists.sourceforge.
net/msg05939.html
This is well, known behaviour. For now, the rule is
ONLY ONE EPSG JAR ON THE CLASSPATH
Martin plans to fix this someday but there's a bunch of other
work on his stack.
public org.geotools.feature.Feature getFeature()
public com.vividsolutions.jts.geom.Geometry getGeometrie()
public boolean istTextObjekt()
public String getText()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.