String |
GMLInputTemplate.columnName(int index) |
Returns the column name for the 'index'th column.
|
GMLOutputTemplate |
FMEGMLWriter.createOutputTemplate(FeatureSchema fs) |
|
Object |
GMLInputTemplate.getColumnValue(int index,
String tagBody,
Attributes xmlAtts) |
Given a ColumnDescription index, the XML tagBody, and the tag's
attributes, return the actual value (it could be an attribute or the
tag's body).
|
String |
GMLInputTemplate.getFeatureCollectionElementName() |
Get the name of the FeatureCollectionElement tag
|
String |
GMLInputTemplate.getFeatureElementName() |
Get the name of the FeatureElement tag
|
GMLInputTemplate |
FMEGMLReader.getGMLInputTemplate(Reader r,
String fname) |
Parse the input file and make a GMLInputTemplate out of it
|
void |
GMLInputTemplate.load(Reader r) |
Helper function - load a GMLInputTemplate file with the stream name
"Unknown Stream"
|
void |
GMLInputTemplate.load(Reader r,
String readerName) |
Main function - load in an XML file.
|
int |
GMLInputTemplate.match(String XMLtagName,
Attributes xmlAtts) |
Given a tag name and its XML attributes, find the index of the column it
belongs to.
Returns -1 if it doesnt match any of the columns.
|
FeatureSchema |
GMLInputTemplate.toFeatureSchema() |
Converts this GMLInputTemplate to a feature schema.
|