Class JTSToGML311PointConverter

  • All Implemented Interfaces:
    JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.PointType,​net.opengis.gml.v_3_1_1.PointPropertyType,​org.locationtech.jts.geom.Point>

    public class JTSToGML311PointConverter
    extends AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.PointType,​net.opengis.gml.v_3_1_1.PointPropertyType,​org.locationtech.jts.geom.Point>
    • Method Detail

      • doCreateGeometryType

        protected net.opengis.gml.v_3_1_1.PointType doCreateGeometryType​(org.locationtech.jts.geom.Point point)
        Specified by:
        doCreateGeometryType in class AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.PointType,​net.opengis.gml.v_3_1_1.PointPropertyType,​org.locationtech.jts.geom.Point>
      • createPropertyType

        public net.opengis.gml.v_3_1_1.PointPropertyType createPropertyType​(org.locationtech.jts.geom.Point point)
      • createElement

        public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PointType> createElement​(org.locationtech.jts.geom.Point point)