Class JTSToGML311PolygonConverter

  • All Implemented Interfaces:
    JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.PolygonType,​net.opengis.gml.v_3_1_1.PolygonPropertyType,​org.locationtech.jts.geom.Polygon>

    public class JTSToGML311PolygonConverter
    extends AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.PolygonType,​net.opengis.gml.v_3_1_1.PolygonPropertyType,​org.locationtech.jts.geom.Polygon>
    • Method Detail

      • doCreateGeometryType

        protected net.opengis.gml.v_3_1_1.PolygonType doCreateGeometryType​(org.locationtech.jts.geom.Polygon polygon)
        Specified by:
        doCreateGeometryType in class AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.PolygonType,​net.opengis.gml.v_3_1_1.PolygonPropertyType,​org.locationtech.jts.geom.Polygon>
      • createPropertyType

        public net.opengis.gml.v_3_1_1.PolygonPropertyType createPropertyType​(org.locationtech.jts.geom.Polygon polygon)
      • createElement

        public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PolygonType> createElement​(org.locationtech.jts.geom.Polygon polygon)