Uses of Class
org.geotools.data.oracle.sdo.OrdinateList

Packages that use OrdinateList
org.geotools.data.oracle.sdo   
 

Uses of OrdinateList in org.geotools.data.oracle.sdo
 

Methods in org.geotools.data.oracle.sdo with parameters of type OrdinateList
static CoordinateSequence SDO.coordiantes(CoordinateSequenceFactory f, OrdinateList x, OrdinateList y, OrdinateList z)
          Construct CoordinateSequence with no LRS measures.
static CoordinateSequence SDO.coordiantes(CoordinateSequenceFactory f, OrdinateList x, OrdinateList y, OrdinateList z, OrdinateList m)
          bugfix 20121231-BK: added: TODO org.geotools.geometry.jts.CoordinateSequenceFactory does not support 4 dimensions!
static CoordinateSequence SDO.coordiantes(CoordinateSequenceFactory f, OrdinateList x, OrdinateList y, OrdinateList z, OrdinateList[] m)
          Deprecated. bugfix 20121231-BK: Oracle supports only one LRS measure information! use coordiantes() with just a OrdinateList of measures! Construct SpatialCoordiantes, with LRS measure information.

To produce two dimension Coordiantes pass in null for z

static CoordinateSequence SDO.coordiantes(CoordinateSequenceFactory f, OrdinateList x, OrdinateList y, OrdinateList z, OrdinateList[] m)
          Deprecated. bugfix 20121231-BK: Oracle supports only one LRS measure information! use coordiantes() with just a OrdinateList of measures! Construct SpatialCoordiantes, with LRS measure information.

To produce two dimension Coordiantes pass in null for z

 



Copyright © 1996-2014 Geotools. All Rights Reserved.