public final class MifTyp extends Object
Modifier and Type | Field and Description |
---|---|
static MifTyp |
MIF_ABGERUNDETES_RECHTECK
Abgerundetes Rechteck.
|
static MifTyp |
MIF_BEREICH
Bereich.
|
static MifTyp |
MIF_BOGEN
Bogen.
|
static MifTyp |
MIF_ELLIPSE
Ellipse.
|
static MifTyp |
MIF_LINIE
Linie.
|
static MifTyp |
MIF_POLYLINIE
Polylinie.
|
static MifTyp |
MIF_PUNKT
Punktobjekt.
|
static MifTyp |
MIF_RECHECK
Rechteck.
|
static MifTyp |
MIF_TEXT
Text.
|
static String |
MIF_TEXT_ATTRIBUT_NAME
Attributname für den Text.
|
Modifier and Type | Method and Description |
---|---|
static MifTyp |
bestimmeTyp(org.geotools.feature.Feature f)
Bestimmt den Typ des Features.
|
static MifTyp |
bestimmeTyp(com.vividsolutions.jts.geom.Geometry geometrie)
Bestimmt den MIF-Typ aus der Geometrie.
|
static MifTyp |
bestimmeTyp(String name)
Bestimmt den MIF-Typ.
|
String |
getDavTyp()
.
|
String |
toString() |
public static final MifTyp MIF_PUNKT
public static final MifTyp MIF_LINIE
public static final MifTyp MIF_POLYLINIE
public static final MifTyp MIF_BEREICH
public static final MifTyp MIF_BOGEN
public static final MifTyp MIF_TEXT
public static final String MIF_TEXT_ATTRIBUT_NAME
public static final MifTyp MIF_RECHECK
public static final MifTyp MIF_ABGERUNDETES_RECHTECK
public static final MifTyp MIF_ELLIPSE
public String getDavTyp()
public static MifTyp bestimmeTyp(org.geotools.feature.Feature f) throws ImportException
f
- FeatureMifTyp
ImportException
- wenn der Typ nicht bestimmt werden kannpublic static MifTyp bestimmeTyp(com.vividsolutions.jts.geom.Geometry geometrie) throws ImportException
geometrie
- Geometrie des FeaturesMifTyp
ImportException
- wenn der Typ nicht bestimmt werden kannpublic static MifTyp bestimmeTyp(String name) throws ImportException
name
- NameMifTyp
ImportException
- bei FehlernCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.