|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GMLPolygon | |
org.deegree_impl.gml | |
org.deegree_impl.model.geometry | |
org.deegree_impl.services.wfs.mysql | |
org.deegree_impl.services.wfs.oracle | |
org.deegree.gml |
Uses of GMLPolygon in org.deegree_impl.gml |
Classes in org.deegree_impl.gml that implement GMLPolygon | |
class |
GMLPolygon_Impl
---------------------------------------------------------- |
Methods in org.deegree_impl.gml that return GMLPolygon | |
GMLPolygon |
GML_Transformer.transformPolygon(GMLPolygon gmlgeo,
java.lang.String target_srs)
Transforms the coords of a GMLPolygon-geometry |
static GMLPolygon |
GMLPolygon_Impl.createGMLPolygon(org.w3c.dom.Document doc)
factory method to create a GMLPolygon. the poly that will be returned doesn't contain any ring |
GMLPolygon[] |
GMLMultiPolygon_Impl.getPolygons()
returns all polygons contained within the collection |
private static GMLPolygon |
GMLFactory.createGMLPolygon(GM_Surface geo,
GMLDocument_Impl doc)
creates a GMLPolygon from a GM_Surface |
Methods in org.deegree_impl.gml with parameters of type GMLPolygon | |
GMLPolygon |
GML_Transformer.transformPolygon(GMLPolygon gmlgeo,
java.lang.String target_srs)
Transforms the coords of a GMLPolygon-geometry |
void |
GMLMultiPolygon_Impl.addPolygon(GMLPolygon polygon)
|
Uses of GMLPolygon in org.deegree_impl.model.geometry |
Methods in org.deegree_impl.model.geometry with parameters of type GMLPolygon | |
private static GM_Surface |
GMLAdapter.wrap(GMLPolygon polygon)
creates a GM_Surface |
private static GM_Surface |
GMLAdapter.wrap(GMLPolygon polygon,
java.lang.String multipolygonSRS)
creates a GM_Surface |
Uses of GMLPolygon in org.deegree_impl.services.wfs.mysql |
Methods in org.deegree_impl.services.wfs.mysql with parameters of type GMLPolygon | |
private java.lang.String |
CTransaction.addPolygonProperty(GMLPolygon poly)
adds a polygon to the insert statement |
Uses of GMLPolygon in org.deegree_impl.services.wfs.oracle |
Methods in org.deegree_impl.services.wfs.oracle with parameters of type GMLPolygon | |
private java.lang.String |
CTransaction.addPolygonProperty(GMLPolygon poly)
adds a polygon to the insert statement |
Uses of GMLPolygon in org.deegree.gml |
Methods in org.deegree.gml that return GMLPolygon | |
GMLPolygon[] |
GMLMultiPolygon.getPolygons()
returns all polygons contained within the collection |
Methods in org.deegree.gml with parameters of type GMLPolygon | |
void |
GMLMultiPolygon.addPolygon(GMLPolygon polygon)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |