| Package | Description |
|---|---|
| de.fraunhofer.igd.klarschiff.service.classification |
Das Package stellt die Funktionalität des Zuständigkeitsfinders als Service zur Verfügung.
|
| de.fraunhofer.igd.klarschiff.service.geo |
Das Package stellt Funktionen und einen Service für die Arbeit mit Kartendaten (WMS/TMS, WFS) bereit.
|
| Modifier and Type | Field and Description |
|---|---|
private Attribute |
ClassificationContext.classAttribute |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Attribute> |
ClassificationContext.attributMap |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
Attribute.createAttribute(String name,
List<String> values,
boolean updateble)
Erzeugt ein Attribut mit einem vorgegebenen Wertebereich.
|
static Attribute |
Attribute.createClassAttribute(String name,
List<String> values)
Erzeugt ein Attribut mit einem vorgegebenen Wertebereich.
|
static Attribute |
Attribute.createGeoAttribute(String name,
String typeName,
Attribute.GeoMeasure geoMeasure,
String geomPropertyName,
boolean updateble)
Erzeugt ein Attribut mit geographischem Hintergrund.
|
static Attribute |
Attribute.createGeoAttribute(String name,
String typeName,
String propertyName,
String propertyValue,
Attribute.GeoMeasure geoMeasure,
String geomPropertyName,
boolean updateble)
Erzeugt ein Attribut mit geographischem Hintergrund.
|
Attribute |
ClassificationContext.getClassAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Attribute> |
ClassificationContext.getAttributMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationContext.setClassAttribute(Attribute classAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationContext.setAttributMap(Map<String,Attribute> attributMap) |
| Modifier and Type | Method and Description |
|---|---|
Double |
GeoService.calculateFeature(com.vividsolutions.jts.geom.Point ovi,
Attribute attribute)
Ermitteln des FeatureWertes für ein Feature mit geographischem Hintergrund
|
Copyright © 2019. All rights reserved.