Revision 2136 branches/FMap_SLD/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FPolygon3D.java

View differences:

FPolygon3D.java
71 71
	public double[] getZs() {
72 72
		return pZ;
73 73
	}
74
	/**
75
	 * @see com.iver.cit.gvsig.fmap.core.FShape#getShapeType()
76
	 */
77
	public int getShapeType() {
78
		return FShape.LINE | FShape.Z;
79
	}
74 80
}

Also available in: Unified diff