
function Geometry(){
	this.Type=null;
	this.PointCount=null;
	this.Point=null;
}
