|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointArray | |
org.geotools.renderer.array | Private package for storing arrays of two-dimensional coordinates points as floating point numbers. |
Uses of PointArray in org.geotools.renderer.array |
Subclasses of PointArray in org.geotools.renderer.array | |
class |
DefaultArray
Default implementation of PointArray wrapping an array of (x,y)
coordinates as a flat float[] array. |
class |
GenericArray
An array wrapping a pair of x and y vectors. |
class |
JTSArray
A wrapper around an array of JTS Coordinate s. |
Methods in org.geotools.renderer.array that return PointArray | |
abstract PointArray |
PointArray.subarray(int lower,
int upper)
Deprecated. Retourne un tableau enveloppant les m?mes points que le tableau courant, mais des index lower inclusivement jusqu'? upper
exclusivement. |
PointArray |
PointArray.insertAt(int index,
PointArray toMerge,
boolean reverse)
Deprecated. Ins?re tous les points de toMerge dans le tableau this .
|
abstract PointArray |
PointArray.insertAt(int index,
float[] toMerge,
int lower,
int upper,
boolean reverse)
Deprecated. Ins?re les donn?es (x,y) du tableau toMerge sp?cifi?.
|
abstract PointArray |
PointArray.reverse()
Deprecated. Renverse l'ordre de tous les points compris dans ce tableau. |
PointArray |
PointArray.getFinal(CompressionLevel level)
Deprecated. Retourne un tableau immutable qui contient les m?mes donn?es que celui-ci. |
static PointArray |
DefaultArray.getInstance(float[] array,
int lower,
int upper,
boolean copy)
Returns a PointArray object wrapping the given (x,y)
array between the specified bounds. |
PointArray |
DefaultArray.subarray(int lower,
int upper)
Retourne un tableau enveloppant les m?mes points que le tableau courant, mais des index lower inclusivement jusqu'? upper
exclusivement. |
PointArray |
DefaultArray.insertAt(int index,
float[] toMerge,
int lower,
int upper,
boolean reverse)
Ins?re les donn?es (x,y) du tableau toMerge sp?cifi?.
|
PointArray |
DefaultArray.reverse()
Renverse l'ordre de tous les points compris dans ce tableau. |
PointArray |
DefaultArray.getFinal(CompressionLevel level)
Retourne un tableau immutable qui contient les m?mes donn?es que celui-ci. |
PointArray |
GenericArray.subarray(int lower,
int upper)
Retourne un tableau enveloppant les m?mes points que le tableau courant, mais des index lower inclusivement jusqu'? upper
exclusivement. |
PointArray |
GenericArray.insertAt(int index,
float[] toMerge,
int lower,
int upper,
boolean reverse)
Ins?re les donn?es (x,y) du tableau toMerge sp?cifi?. |
PointArray |
GenericArray.reverse()
Renverse l'ordre de tous les points compris dans ce tableau. |
PointArray |
GenericArray.getFinal(CompressionLevel level)
Retourne un tableau immutable qui contient les m?mes donn?es que celui-ci. |
PointArray |
JTSArray.subarray(int lower,
int upper)
Retourne un tableau enveloppant les m?mes points que le tableau courant, mais des index lower inclusivement jusqu'? upper
exclusivement. |
PointArray |
JTSArray.insertAt(int index,
float[] toMerge,
int lower,
int upper,
boolean reverse)
Ins?re les donn?es (x,y) du tableau toMerge sp?cifi?. |
PointArray |
JTSArray.reverse()
Renverse l'ordre de tous les points compris dans ce tableau. |
PointArray |
JTSArray.getFinal(CompressionLevel level)
Retourne un tableau immutable qui contient les m?mes donn?es que celui-ci. |
Methods in org.geotools.renderer.array with parameters of type PointArray | |
PointArray |
PointArray.insertAt(int index,
PointArray toMerge,
boolean reverse)
Deprecated. Ins?re tous les points de toMerge dans le tableau this .
|
boolean |
PointArray.equals(PointArray that)
Deprecated. Indique si ce tableau est identique au tableau sp?cifi?. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |