| Package | Description |
|---|---|
| com.vividsolutions.jump.io | |
| com.vividsolutions.jump.workbench.driver |
| Modifier and Type | Method and Description |
|---|---|
String |
GMLInputTemplate.columnName(int index)
Returns the column name for the 'index'th column.
|
GMLOutputTemplate |
FMEGMLWriter.createOutputTemplate(FeatureSchema fs)
Makes a
GMLOutputTemplate from a featureSchema. |
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.
|
FeatureSchema |
GMLInputTemplate.toFeatureSchema()
Converts this GMLInputTemplate to a feature schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WKTFileInputDriver.input(LayerManager layerManager,
String categoryName) |
void |
ShapeFileInputDriver.input(LayerManager layerManager,
String categoryName) |
void |
ShapeFileInputDriver.input(LayerManager layerManager,
String categoryName) |
void |
JMLFileInputDriver.input(LayerManager layerManager,
String categoryName) |
void |
FMEFileInputDriver.input(LayerManager layerManager,
String categoryName) |
void |
ShapefileOutputDriver.output(Layer layer) |
void |
JMLFileOutputDriver.output(Layer layer) |
void |
FMEFileOutputDriver.output(Layer layer) |
Copyright © 2015. All rights reserved.