Class GML311ToJTSMultiLineStringConverter

  • All Implemented Interfaces:
    GML311ToJTSConverterInterface<net.opengis.gml.v_3_1_1.MultiLineStringType,​net.opengis.gml.v_3_1_1.MultiLineStringPropertyType,​org.locationtech.jts.geom.MultiLineString>

    public class GML311ToJTSMultiLineStringConverter
    extends AbstractGML311ToJTSConverter<net.opengis.gml.v_3_1_1.MultiLineStringType,​net.opengis.gml.v_3_1_1.MultiLineStringPropertyType,​org.locationtech.jts.geom.MultiLineString>
    • Constructor Detail

      • GML311ToJTSMultiLineStringConverter

        public GML311ToJTSMultiLineStringConverter​(org.locationtech.jts.geom.GeometryFactory geometryFactory,
                                                   GML311ToJTSSRIDConverterInterface sridConverter,
                                                   GML311ToJTSConverterInterface<net.opengis.gml.v_3_1_1.LineStringType,​net.opengis.gml.v_3_1_1.LineStringPropertyType,​org.locationtech.jts.geom.LineString> lineStringConverter)
    • Method Detail

      • doCreateGeometry

        protected org.locationtech.jts.geom.MultiLineString doCreateGeometry​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                                             net.opengis.gml.v_3_1_1.MultiLineStringType multiLineStringType)
                                                                      throws ConversionFailedException
        Specified by:
        doCreateGeometry in class AbstractGML311ToJTSConverter<net.opengis.gml.v_3_1_1.MultiLineStringType,​net.opengis.gml.v_3_1_1.MultiLineStringPropertyType,​org.locationtech.jts.geom.MultiLineString>
        Throws:
        ConversionFailedException
      • createGeometry

        public org.locationtech.jts.geom.MultiLineString createGeometry​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                                        net.opengis.gml.v_3_1_1.MultiLineStringPropertyType multiLineStringPropertyType)
                                                                 throws ConversionFailedException
        Throws:
        ConversionFailedException