public class Wfs20JTStoGML321Converter extends Object
Constructor and Description |
---|
Wfs20JTStoGML321Converter() |
Modifier and Type | Method and Description |
---|---|
static net.opengis.gml.v_3_2_1.DirectPositionType[] |
convertCoordinates(com.vividsolutions.jts.geom.Coordinate[] coordinates) |
static net.opengis.gml.v_3_2_1.DirectPositionType |
convertCoordinateToDirectPositionType(com.vividsolutions.jts.geom.Coordinate coordinate) |
static String |
convertGeometryToGML(com.vividsolutions.jts.geom.Geometry geometry) |
static JAXBElement<net.opengis.gml.v_3_2_1.LineStringType> |
convertLineStringTypeToJAXB(net.opengis.gml.v_3_2_1.LineStringType lineStringType) |
static JAXBElement<net.opengis.gml.v_3_2_1.MultiCurveType> |
convertMultiCurveTypeToJAXB(net.opengis.gml.v_3_2_1.MultiCurveType multiCurveType) |
static JAXBElement<net.opengis.gml.v_3_2_1.MultiGeometryType> |
convertMultiGeometryTypeToJAXB(net.opengis.gml.v_3_2_1.MultiGeometryType multiGeometryType) |
static JAXBElement<net.opengis.gml.v_3_2_1.MultiPointType> |
convertMultiPointTypeToJAXB(net.opengis.gml.v_3_2_1.MultiPointType multiPointType) |
static JAXBElement<net.opengis.gml.v_3_2_1.MultiSurfaceType> |
convertMultiSurfaceTypeToJAXB(net.opengis.gml.v_3_2_1.MultiSurfaceType multiSurfaceType) |
static JAXBElement<net.opengis.gml.v_3_2_1.PointType> |
convertPointTypeToJAXB(net.opengis.gml.v_3_2_1.PointType pointType) |
static JAXBElement<net.opengis.gml.v_3_2_1.PolygonType> |
convertPolygonTypeToJAXB(net.opengis.gml.v_3_2_1.PolygonType polygonType) |
static net.opengis.gml.v_3_2_1.DirectPositionType |
convertToDirectPositionType(com.vividsolutions.jts.geom.Coordinate coordinate,
String srsName) |
static net.opengis.gml.v_3_2_1.LineStringType |
convertToLineStringType(com.vividsolutions.jts.geom.LineString line,
String srsName) |
static net.opengis.gml.v_3_2_1.MultiGeometryType |
convertToMultiGeometryType(com.vividsolutions.jts.geom.GeometryCollection multiGeometry,
String srsName) |
static net.opengis.gml.v_3_2_1.MultiCurveType |
convertToMultiLineStringType(com.vividsolutions.jts.geom.MultiLineString multiLineString,
String srsName) |
static net.opengis.gml.v_3_2_1.MultiPointType |
convertToMultiPointType(com.vividsolutions.jts.geom.MultiPoint multiPoint,
String srsName) |
static net.opengis.gml.v_3_2_1.MultiSurfaceType |
convertToMultiSurfaceType(com.vividsolutions.jts.geom.MultiPolygon multiPolygon,
String srsName)
Converts a @link com.vividsolutions.jts.geom.MultiPolygon to a @link
net.opengis.gml.v_3_2_1.MultiSurfaceType Note: MultiPolygon maps to gml MultiSurfaceType
|
static net.opengis.gml.v_3_2_1.PointType |
convertToPointType(com.vividsolutions.jts.geom.Point point,
String srsName) |
static net.opengis.gml.v_3_2_1.PolygonType |
convertToPolygonType(com.vividsolutions.jts.geom.Polygon polygon,
String srsName) |
static net.opengis.gml.v_3_2_1.RingType |
convertToRingType(com.vividsolutions.jts.geom.LinearRing line,
String srsName) |
public static net.opengis.gml.v_3_2_1.DirectPositionType convertToDirectPositionType(com.vividsolutions.jts.geom.Coordinate coordinate, String srsName)
public static net.opengis.gml.v_3_2_1.PointType convertToPointType(com.vividsolutions.jts.geom.Point point, String srsName)
public static JAXBElement<net.opengis.gml.v_3_2_1.PointType> convertPointTypeToJAXB(net.opengis.gml.v_3_2_1.PointType pointType)
public static net.opengis.gml.v_3_2_1.LineStringType convertToLineStringType(com.vividsolutions.jts.geom.LineString line, String srsName)
public static JAXBElement<net.opengis.gml.v_3_2_1.LineStringType> convertLineStringTypeToJAXB(net.opengis.gml.v_3_2_1.LineStringType lineStringType)
public static net.opengis.gml.v_3_2_1.PolygonType convertToPolygonType(com.vividsolutions.jts.geom.Polygon polygon, String srsName)
public static JAXBElement<net.opengis.gml.v_3_2_1.PolygonType> convertPolygonTypeToJAXB(net.opengis.gml.v_3_2_1.PolygonType polygonType)
public static JAXBElement<net.opengis.gml.v_3_2_1.MultiPointType> convertMultiPointTypeToJAXB(net.opengis.gml.v_3_2_1.MultiPointType multiPointType)
public static net.opengis.gml.v_3_2_1.MultiPointType convertToMultiPointType(com.vividsolutions.jts.geom.MultiPoint multiPoint, String srsName)
public static net.opengis.gml.v_3_2_1.RingType convertToRingType(com.vividsolutions.jts.geom.LinearRing line, String srsName)
public static net.opengis.gml.v_3_2_1.MultiSurfaceType convertToMultiSurfaceType(com.vividsolutions.jts.geom.MultiPolygon multiPolygon, String srsName)
multiPolygon
- public static JAXBElement<net.opengis.gml.v_3_2_1.MultiSurfaceType> convertMultiSurfaceTypeToJAXB(net.opengis.gml.v_3_2_1.MultiSurfaceType multiSurfaceType)
public static net.opengis.gml.v_3_2_1.MultiGeometryType convertToMultiGeometryType(com.vividsolutions.jts.geom.GeometryCollection multiGeometry, String srsName)
public static JAXBElement<net.opengis.gml.v_3_2_1.MultiGeometryType> convertMultiGeometryTypeToJAXB(net.opengis.gml.v_3_2_1.MultiGeometryType multiGeometryType)
public static net.opengis.gml.v_3_2_1.DirectPositionType convertCoordinateToDirectPositionType(com.vividsolutions.jts.geom.Coordinate coordinate)
public static net.opengis.gml.v_3_2_1.DirectPositionType[] convertCoordinates(com.vividsolutions.jts.geom.Coordinate[] coordinates)
public static JAXBElement<net.opengis.gml.v_3_2_1.MultiCurveType> convertMultiCurveTypeToJAXB(net.opengis.gml.v_3_2_1.MultiCurveType multiCurveType)
public static net.opengis.gml.v_3_2_1.MultiCurveType convertToMultiLineStringType(com.vividsolutions.jts.geom.MultiLineString multiLineString, String srsName)
public static String convertGeometryToGML(com.vividsolutions.jts.geom.Geometry geometry) throws JAXBException
JAXBException
This work is licensed under a Creative Commons Attribution 4.0 International License.