| Package | Description |
|---|---|
| org.gvsig.crs.persistence |
Clases relacionadas con la persistencia de la extensión CRS.
|
| Modifier and Type | Method and Description |
|---|---|
CrsData[] |
RecentCRSsPersistence.getArrayOfCrsData()
This method returns an array of CrsData objects that
have been saved using the Andami persistence model.
|
CrsData |
RecentCRSsPersistence.xmlToCrsData(org.gvsig.utils.XMLEntity xmlEnt)
This method creates a new CrsData from a XMLEntity
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecentCRSsPersistence.addCrsData(CrsData crs)
This method adds a CrsData using the Anadami
persistence model.
|
org.gvsig.utils.XMLEntity |
RecentCRSsPersistence.crsDataToXml(CrsData crs)
This method creates and returns a new XMLEntity.
|
void |
RecentCRSsPersistence.setArrayOfCrsData(CrsData[] crss)
This method saves an array of CrsData using the Anadami
persistence model
|
Copyright © 2014 gvSIG Association. All Rights Reserved.