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

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

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

Methods in org.geotools.data.oracle.sdo with parameters of type AttributeList
static CoordinateSequence SDO.coordiantes(CoordinateSequenceFactory f, AttributeList x, AttributeList y, AttributeList z)
          Construct CoordinateSequence with no LRS measures.
static CoordinateSequence SDO.coordiantes(CoordinateSequenceFactory f, AttributeList x, AttributeList y, AttributeList z, AttributeList[] 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, AttributeList x, AttributeList y, AttributeList z, AttributeList[] 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.