Uses of Class
org.geotools.geometry.iso.UnsupportedDimensionException

Packages that use UnsupportedDimensionException
org.geotools.geometry.iso.coordinate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.operation An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.operation.overlay An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.operation.relate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.root An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of UnsupportedDimensionException in org.geotools.geometry.iso.coordinate
 

Methods in org.geotools.geometry.iso.coordinate that throw UnsupportedDimensionException
 DirectPositionImpl EnvelopeImpl.getNWCorner()
           
 DirectPositionImpl EnvelopeImpl.getNWCornerOld()
          The North West corner of this Envelope 2D and 2.5D only! In 2.5D, the z value will be set equal to the z value of the lower corner z value.
 org.opengis.geometry.DirectPosition EnvelopeImpl.getSECorner()
          The South East corner of this Envelope 2D and 2.5D only! In 2.5D, the z value will be set equal to the z value of the lower corner z value.
 

Uses of UnsupportedDimensionException in org.geotools.geometry.iso.operation
 

Constructors in org.geotools.geometry.iso.operation that throw UnsupportedDimensionException
GeometryGraphOperation(GeometryImpl g0, GeometryImpl g1)
           
 

Uses of UnsupportedDimensionException in org.geotools.geometry.iso.operation.overlay
 

Methods in org.geotools.geometry.iso.operation.overlay that throw UnsupportedDimensionException
static GeometryImpl OverlayOp.overlayOp(GeometryImpl geom0, GeometryImpl geom1, int opCode)
           
 

Constructors in org.geotools.geometry.iso.operation.overlay that throw UnsupportedDimensionException
OverlayOp(GeometryImpl g0, GeometryImpl g1)
          Initializes a new Overlay Operation between two geometric objects
 

Uses of UnsupportedDimensionException in org.geotools.geometry.iso.operation.relate
 

Methods in org.geotools.geometry.iso.operation.relate that throw UnsupportedDimensionException
static IntersectionMatrix RelateOp.relate(GeometryImpl a, GeometryImpl b)
           
 

Constructors in org.geotools.geometry.iso.operation.relate that throw UnsupportedDimensionException
RelateOp(GeometryImpl g0, GeometryImpl g1)
          Creates a Relate Operation for the two given geometries and construct a noded graph between those two geometry objects
 

Uses of UnsupportedDimensionException in org.geotools.geometry.iso.root
 

Methods in org.geotools.geometry.iso.root that throw UnsupportedDimensionException
static boolean GeometryImpl.cRelate(org.opengis.geometry.Geometry g1, org.opengis.geometry.Geometry g2, java.lang.String intersectionPatternMatrix)
          Verifies a boolean relation between two geometry objects
 boolean GeometryImpl.relate(org.opengis.geometry.Geometry aOther, java.lang.String intersectionPatternMatrix)
          Verifies a boolean relation between two geometry objects
 



Copyright © 1996-2010 Geotools. All Rights Reserved.