Revision 761 2.1/trunk/org.gvsig.view3d/org.gvsig.view3d.vector/org.gvsig.view3d.vector.lib/org.gvsig.view3d.vector.lib.api/src/main/java/org/gvsig/view3d/vector/lib/api/VectorLoaderParameters.java

View differences:

VectorLoaderParameters.java
53 53
     * 
54 54
     * @return the height of this properties.
55 55
     */
56
    public double getConstantHeight();
56
    public Double getConstantHeight();
57 57

  
58 58
    /**
59 59
     * Sets the specified constant height to this properties.
......
61 61
     * @param height
62 62
     *            the specified constant height.
63 63
     */
64
    public void setConstantHeight(double height);
64
    public void setConstantHeight(Double height);
65 65

  
66 66
}

Also available in: Unified diff