OGCGeometry.fromText("LINESTRING EMPTY").boundary() throws NullPointerException
java.lang.NullPointerException
at com.esri.core.geometry.MultiPathImpl.isClosedPath(MultiPathImpl.java:568)
at com.esri.core.geometry.MultiPathImpl.isClosedPathInXYPlane(MultiPathImpl.java:572)
at com.esri.core.geometry.MultiPath.isClosedPathInXYPlane(MultiPath.java:673)
at com.esri.core.geometry.ogc.OGCLineString.isClosed(OGCLineString.java:85)
at com.esri.core.geometry.ogc.OGCCurve.boundary(OGCCurve.java:44)