es.prodevelop.gvsig.mobile.fmap.driver.vect.shp
Class SHP
java.lang.Object
es.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
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 |
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
SHP
public SHP()
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.