es.prodevelop.gvsig.mobile.fmap.driver.vect.shp
Class SHP

java.lang.Object
  extended byes.prodevelop.gvsig.mobile.fmap.driver.vect.shp.SHP

public class SHP
extends java.lang.Object

Clase con las constantes que representan los diferentes tipos de Shape y métodos estáticos relativos a los shapes.

Author:
Vicente Caballero Navarro

Field Summary
static int SHPT_ARC
           
static int SHPT_ARCM
           
static int SHPT_ARCZ
           
static int SHPT_MULTIPATCH
           
static int SHPT_MULTIPOINT
           
static int SHPT_MULTIPOINTM
           
static int SHPT_MULTIPOINTZ
           
static int SHPT_NULL
           
static int SHPT_POINT
           
static int SHPT_POINTM
           
static int SHPT_POINTZ
           
static int SHPT_POLYGON
           
static int SHPT_POLYGONM
           
static int SHPT_POLYGONZ
           
 
Constructor Summary
SHP()
           
 
Method Summary
static double[] getZMinMax(double[] zs)
          Devuelve un array con dos doubles, el primero representa el mínimo valor y el segundo el máximo de entre los valores que se pasan como parámetro en forma de array.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHPT_NULL

public static final int SHPT_NULL
See Also:
Constant Field Values

SHPT_POINT

public static final int SHPT_POINT
See Also:
Constant Field Values

SHPT_ARC

public static final int SHPT_ARC
See Also:
Constant Field Values

SHPT_POLYGON

public static final int SHPT_POLYGON
See Also:
Constant Field Values

SHPT_MULTIPOINT

public static final int SHPT_MULTIPOINT
See Also:
Constant Field Values

SHPT_POINTZ

public static final int SHPT_POINTZ
See Also:
Constant Field Values

SHPT_ARCZ

public static final int SHPT_ARCZ
See Also:
Constant Field Values

SHPT_POLYGONZ

public static final int SHPT_POLYGONZ
See Also:
Constant Field Values

SHPT_MULTIPOINTZ

public static final int SHPT_MULTIPOINTZ
See Also:
Constant Field Values

SHPT_POINTM

public static final int SHPT_POINTM
See Also:
Constant Field Values

SHPT_ARCM

public static final int SHPT_ARCM
See Also:
Constant Field Values

SHPT_POLYGONM

public static final int SHPT_POLYGONM
See Also:
Constant Field Values

SHPT_MULTIPOINTM

public static final int SHPT_MULTIPOINTM
See Also:
Constant Field Values

SHPT_MULTIPATCH

public static final int SHPT_MULTIPATCH
See Also:
Constant Field Values
Constructor Detail

SHP

public SHP()
Method Detail

getZMinMax

public static double[] getZMinMax(double[] zs)
Devuelve un array con dos doubles, el primero representa el mínimo valor y el segundo el máximo de entre los valores que se pasan como parámetro en forma de array.

Parameters:
zs - Valores a comprobar.
Returns:
Array de doubles con el valor mínimo y el valor máximo.