Class GeometryHandlerBase<G extends Geometry>

    • Field Detail

      • factory

        protected GeometryFactory factory
      • ordinates

        protected List<Object> ordinates
      • value

        protected G extends Geometry value
    • Constructor Detail

      • GeometryHandlerBase

        public GeometryHandlerBase​(GeometryFactory factory)
    • Method Detail

      • coordinate

        protected Coordinate coordinate​(List ordinates)
                                 throws ParseException
        Throws:
        ParseException
      • coordinates

        protected Coordinate[] coordinates​(List<Coordinate> coordinates)
      • primitive

        public boolean primitive​(Object value)
                          throws ParseException,
                                 IOException
        Specified by:
        primitive in interface ContentHandler
        Overrides:
        primitive in class HandlerBase
        Throws:
        ParseException
        IOException