Uses of Class
com.vividsolutions.jts.algorithm.NotRepresentableException

Packages that use NotRepresentableException
com.vividsolutions.jts.algorithm Contains classes and interfaces implementing fundamental computational geometry algorithms. 
 

Uses of NotRepresentableException in com.vividsolutions.jts.algorithm
 

Methods in com.vividsolutions.jts.algorithm that throw NotRepresentableException
 Coordinate HCoordinate.getCoordinate()
           
 double HCoordinate.getX()
           
 double HCoordinate.getY()
           
static Coordinate HCoordinate.intersection(Coordinate p1, Coordinate p2, Coordinate q1, Coordinate q2)
          Computes the (approximate) intersection point between two line segments using homogeneous coordinates.
 



Copyright © 2012. All Rights Reserved.