| Package | Description |
|---|---|
| de.cismet.watergis.profile |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ProfileReader.GAF_FIELDS,Integer> |
AbstractProfileReader.fieldMap |
| Modifier and Type | Method and Description |
|---|---|
static ProfileReader.GAF_FIELDS |
ProfileReader.GAF_FIELDS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileReader.GAF_FIELDS[] |
ProfileReader.GAF_FIELDS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ProfileLine.getField(ProfileReader.GAF_FIELDS field)
DOCUMENT ME!
|
Double |
ProfileLine.getFieldAsDouble(ProfileReader.GAF_FIELDS field)
DOCUMENT ME!
|
Object |
ProfileReader.getProfileContent(ProfileReader.GAF_FIELDS field,
ProfileLine gafLine)
DOCUMENT ME!
|
Object |
AbstractProfileReader.getProfileContent(ProfileReader.GAF_FIELDS field,
ProfileLine gafLine)
DOCUMENT ME!
|
void |
ProfileLine.setField(ProfileReader.GAF_FIELDS field,
Object o)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
WPROFReader.setHeader(Map<ProfileReader.GAF_FIELDS,Integer> fieldMap,
boolean headerField)
DOCUMENT ME!
|
| Constructor and Description |
|---|
ProfileLine(Map<ProfileReader.GAF_FIELDS,Integer> fieldMap,
String[] data)
Creates a new ProfileLine object.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.