Uses of Class
es.prodevelop.gvsig.mobile.project.Project

Packages that use Project
es.prodevelop.gvsig.mobile.gui.canvas   
es.prodevelop.gvsig.mobile.gui.dialog   
es.prodevelop.gvsig.mobile.project   
 

Uses of Project in es.prodevelop.gvsig.mobile.gui.canvas
 

Fields in es.prodevelop.gvsig.mobile.gui.canvas declared as Project
 Project MapControl.project
           
 

Methods in es.prodevelop.gvsig.mobile.gui.canvas that return Project
 Project MapControl.getProject()
          Gets the current project
 

Methods in es.prodevelop.gvsig.mobile.gui.canvas with parameters of type Project
 void MapControl.setProject(Project project)
          Sets the current project
 

Uses of Project in es.prodevelop.gvsig.mobile.gui.dialog
 

Constructors in es.prodevelop.gvsig.mobile.gui.dialog with parameters of type Project
ProjectPropertiesDialog(Project prj, java.awt.Frame parent_frame)
          The constructor needs a parent frame and the project itself.
 

Uses of Project in es.prodevelop.gvsig.mobile.project
 

Methods in es.prodevelop.gvsig.mobile.project that return Project
static Project ProjectDeserializer.deSerializeProject(java.io.File f, java.awt.Dimension d)
          This method instantiates a project from a given XML file and a canvas size
static Project ProjectDeserializer.deSerializeProject(org.kxml2.io.KXmlParser parser, java.awt.Dimension d, Project prj)
          Updates teh provided project with the given canvas size and the data found by the provided parser.
 

Methods in es.prodevelop.gvsig.mobile.project with parameters of type Project
static void ProjectSerializer.storeProject(Project prj)
          Stores the project in the file indiceted by the project irself
static void ProjectSerializer.projectSerialize(XmlBuilder xml, Project prj)
          Serializes the given project into the existing xml builder.
static Project ProjectDeserializer.deSerializeProject(org.kxml2.io.KXmlParser parser, java.awt.Dimension d, Project prj)
          Updates teh provided project with the given canvas size and the data found by the provided parser.
static java.util.ArrayList ProjectDeserializer.deSerializeLayers(org.kxml2.io.KXmlParser parser, Project prj)
          Extracts the data from the parser to instantiate the layers contained in it.
static java.awt.geom.Rectangle2D ProjectDeserializer.deSerializeBounds(org.kxml2.io.KXmlParser parser, Project prj)
          Gets the new available data from the parser as a Rectangle2D
static FLayer ProjectDeserializer.deSerializeLayer(org.kxml2.io.KXmlParser parser, Project prj)
          Deserializes (instantiates) a single layer from a project file.