|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureException | |
org.deegree_impl.model.feature |
Uses of FeatureException in org.deegree_impl.model.feature |
Methods in org.deegree_impl.model.feature that throw FeatureException | |
static void |
GMLFeatureAdapter.export(FeatureCollection fc,
java.io.OutputStream os)
exports an instance of a FeatureCollection to the passed OutputStream formatted as GML. |
static void |
GMLFeatureAdapter.export(FeatureCollection fc,
java.util.Map namespaces,
java.util.Map prefixes,
java.util.Map schemaRef,
java.io.OutputStream os)
exports an instance of a FeatureCollection to the passed OutputStream formatted as GML. |
static void |
GMLFeatureAdapter.export(FeatureCollection fc,
java.util.Map namespaces,
java.util.Map prefixes,
java.util.Map schemaRef,
java.io.OutputStream os,
java.lang.String charsetName)
exports an instance of a FeatureCollection to the passed OutputStream formatted as GML. |
private static void |
GMLFeatureAdapter.openRootElement(Feature feature,
java.util.Map namespaces,
java.util.Map prefixes,
java.util.Map schemaRef,
java.io.PrintWriter pw)
Opens a PrintWriter from the passed OutputStream and writes the XML header and the opening root element of the GML document to it |
static void |
GMLFeatureAdapter.export(Feature feature,
java.util.Map prefixes,
java.io.PrintWriter pw)
exports a Feature to the passed PrintWriter |
private static void |
GMLFeatureAdapter.printFeatureCollection(FeatureCollection fc,
java.util.Map prefixes,
java.io.PrintWriter pw)
prints the passed FeatureCollection to the also passed PrintWriter formatted as GMLs |
private static void |
GMLFeatureAdapter.printGeometry(GM_Object geo,
java.io.PrintWriter pw)
prints the passed geometry to the also passed PrintWriter formatted as GML |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |