| |
|
| java.lang.Object org.geotools.gml.producer.GMLUtils
GMLUtils | final class GMLUtils (Code) | | |
GML_URL | final public static String GML_URL(Code) | | Internal representation of URL used to represent GML
|
LINESTRING | final protected static int LINESTRING(Code) | | Internal representation of OGC SF LineString
|
MULTIGEOMETRY | final protected static int MULTIGEOMETRY(Code) | | Internal representation of OGC SF MultiGeometry
|
MULTILINESTRING | final protected static int MULTILINESTRING(Code) | | Internal representation of OGC SF MultiLineString
|
MULTIPOINT | final protected static int MULTIPOINT(Code) | | Internal representation of OGC SF MultiPoint
|
MULTIPOLYGON | final protected static int MULTIPOLYGON(Code) | | Internal representation of OGC SF MultiPolygon
|
POINT | final protected static int POINT(Code) | | Internal representation of OGC SF Point
|
POLYGON | final protected static int POLYGON(Code) | | Internal representation of OGC SF Polygon
|
encodeXML | public static String encodeXML(String inData)(Code) | | Parses the passed string, and encodes the special characters (used in
xml for special purposes) with the appropriate codes. e.g. right
bracket char is changed to '<'
Parameters: inData - the string to encode. the encoded string. Returns null, if null is passed as argument |
getGeometryName | public static String getGeometryName(Geometry geometry)(Code) | | Gets the String representation for the given Geometry
Parameters: geometry - a Geometry String representation of geometry |
getGeometryType | public static int getGeometryType(Geometry geometry)(Code) | | Gets the internal representation for the given Geometry
Parameters: geometry - a Geometry int representation of Geometry |
getMemberName | public static String getMemberName(int geometryType)(Code) | | |
|
|
|