Package | Description |
---|---|
de.fraunhofer.igd.klarschiff.service.classification |
Das Package stellt die Funktionalität des Zuständigkeitsfinders als Service zur Verfügung.
|
Modifier and Type | Field and Description |
---|---|
(package private) Attribute.GeoMeasure |
Attribute.geoMeasure |
Modifier and Type | Method and Description |
---|---|
Attribute.GeoMeasure |
Attribute.getGeoMeasure() |
static Attribute.GeoMeasure |
Attribute.GeoMeasure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute.GeoMeasure[] |
Attribute.GeoMeasure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2019. All rights reserved.