@Deprecated public class CartagenApplication extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DOC_AND_BD_DEFAULT_RELATIVE_PATH
Deprecated.
Same thing for the default path proposed to store the XMLs of CartAGen
documents and DataBases
|
static String |
LOADED_DATA_RELATIVE_PATH
Deprecated.
Pointer to the path where the already loaded data should be written and
retrieved.
|
Constructor and Description |
---|
CartagenApplication()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applicationConfiguration()
Deprecated.
Application configuration, including visu panel paramters and
initialisation of layers menu
|
void |
enrichData(CartAGenDataSet dataSet)
Deprecated.
|
String |
getCheminDonnees()
Deprecated.
|
String |
getCheminDonneesInitial()
Deprecated.
|
String |
getCheminFichierConfigurationChargementDonnees()
Deprecated.
|
String |
getCheminFichierConfigurationGene()
Deprecated.
|
AbstractCreationFactory |
getCreationFactory()
Deprecated.
|
int |
getDEMResolution()
Deprecated.
|
CartAGenDocOld |
getDocument()
Deprecated.
|
GeoxygeneFrame |
getFrame()
Deprecated.
|
LoadingFrame |
getFrameChargeur()
Deprecated.
|
GeneralisationConfigurationFrame |
getFrameConfigurationGeneralisation()
Deprecated.
|
DataFrame |
getFrameDonnees()
Deprecated.
|
ExportFrame |
getFrameExport()
Deprecated.
|
RexportFrame |
getFrameExportData()
Deprecated.
|
InitFrame |
getFrameInit()
Deprecated.
|
GeneralisationLaunchingFrame |
getFrameLancerGeneralisation()
Deprecated.
|
AbstractLayerGroup |
getInitialLayerGroup()
Deprecated.
|
static CartagenApplication |
getInstance()
Deprecated.
Recuperation de l'instance unique (singleton)
|
AbstractLayerGroup |
getLayerGroup()
Deprecated.
|
GeneObjImplementation |
getStandardImplementation()
Deprecated.
|
double |
getVersion()
Deprecated.
|
static boolean |
hasAnotherInstance()
Deprecated.
to examine if there is another instance of cartagenapplication if yes we
give a warning, and if the user does not close the opened application and
click OK, we close the application
|
void |
initApplication()
Deprecated.
Application initialisation
|
void |
initGeneralisation()
Deprecated.
Generalisation configuration
|
void |
initialiserInterfacePourGeneralisation()
Deprecated.
method to plug the interface components for generalisation
|
void |
initialiserPositionGeographique(boolean extent)
Deprecated.
initialise the default geographic position of the interface
|
void |
initInterface()
Deprecated.
Interface initialisation
|
boolean |
isConstructNetworkFaces()
Deprecated.
|
boolean |
isEnrichissementBati()
Deprecated.
|
boolean |
isEnrichissementBatiAlign()
Deprecated.
|
boolean |
isEnrichissementHydro()
Deprecated.
|
boolean |
isEnrichissementOccSol()
Deprecated.
|
boolean |
isEnrichissementRelief()
Deprecated.
|
boolean |
isEnrichissementRoutier()
Deprecated.
|
void |
lectureFichierConfigurationDonnees()
Deprecated.
Data configuration
|
void |
lectureFichierConfigurationGeneralisation()
Deprecated.
Generalisation configuration file
|
void |
loadAndEnrichData(SourceDLM bdsource,
int scale)
Deprecated.
Data loading and enrichment
|
void |
loadData_BDCarto(String absolutePath,
int scale,
CartAGenDataSet dataSet)
Deprecated.
|
void |
loadData_BDTopoV2(String absolutePath,
int scale,
CartAGenDataSet dataSet)
Deprecated.
|
void |
loadData_Special_Cartagen(String absolutePath,
SourceDLM sourceDlm,
int scale)
Deprecated.
Data loading
|
void |
loadData(String absolutePath,
SourceDLM bdsource,
int scale,
CartAGenDataSet dataset)
Deprecated.
|
void |
resetFrameChargeur()
Deprecated.
|
void |
resetFrameExport()
Deprecated.
|
void |
setCheminDonnees(String chemin)
Deprecated.
|
void |
setCheminDonneesInitial(String chemin)
Deprecated.
|
void |
setConstructNetworkFaces(boolean constructNetworkFaces)
Deprecated.
|
void |
setCreationFactory(AbstractCreationFactory creationFactory)
Deprecated.
|
void |
setDEMResolution(int dEMResolution)
Deprecated.
|
void |
setEnrichissementBati(boolean enrichissementBati)
Deprecated.
|
void |
setEnrichissementBatiAlign(boolean enrichissementBatiAlign)
Deprecated.
|
void |
setEnrichissementHydro(boolean enrichissementHydro)
Deprecated.
|
void |
setEnrichissementOccSol(boolean enrichissementOccSol)
Deprecated.
|
void |
setEnrichissementRelief(boolean enrichissementRelief)
Deprecated.
|
void |
setEnrichissementRoutier(boolean enrichissementRoutier)
Deprecated.
|
void |
setFinalLayerGroup(AbstractLayerGroup group)
Deprecated.
|
void |
setInitialLayerGroup(AbstractLayerGroup group)
Deprecated.
|
void |
setLayerGroup(AbstractLayerGroup group)
Deprecated.
|
void |
setStandardImplementation(GeneObjImplementation impl)
Deprecated.
|
public static final String LOADED_DATA_RELATIVE_PATH
public static final String DOC_AND_BD_DEFAULT_RELATIVE_PATH
public static CartagenApplication getInstance()
public double getVersion()
public GeoxygeneFrame getFrame()
public InitFrame getFrameInit()
public CartAGenDocOld getDocument()
public GeneralisationConfigurationFrame getFrameConfigurationGeneralisation()
public DataFrame getFrameDonnees()
public ExportFrame getFrameExport()
public LoadingFrame getFrameChargeur()
public void resetFrameChargeur()
public RexportFrame getFrameExportData()
public void resetFrameExport()
public GeneralisationLaunchingFrame getFrameLancerGeneralisation()
public static boolean hasAnotherInstance()
public AbstractLayerGroup getLayerGroup()
public AbstractLayerGroup getInitialLayerGroup()
public void setLayerGroup(AbstractLayerGroup group)
public void setFinalLayerGroup(AbstractLayerGroup group)
public void setInitialLayerGroup(AbstractLayerGroup group)
public AbstractCreationFactory getCreationFactory()
public void setCreationFactory(AbstractCreationFactory creationFactory)
public void initApplication()
public void initInterface()
public void loadAndEnrichData(SourceDLM bdsource, int scale)
public void initGeneralisation()
public String getCheminFichierConfigurationChargementDonnees()
public String getCheminFichierConfigurationGene()
public String getCheminDonnees()
public void setCheminDonnees(String chemin)
public String getCheminDonneesInitial()
public void setCheminDonneesInitial(String chemin)
public void setDEMResolution(int dEMResolution)
public int getDEMResolution()
public boolean isEnrichissementBati()
public void setEnrichissementBati(boolean enrichissementBati)
public boolean isEnrichissementBatiAlign()
public void setEnrichissementBatiAlign(boolean enrichissementBatiAlign)
public boolean isEnrichissementRoutier()
public void setEnrichissementRoutier(boolean enrichissementRoutier)
public boolean isEnrichissementHydro()
public void setEnrichissementHydro(boolean enrichissementHydro)
public boolean isEnrichissementRelief()
public void setEnrichissementRelief(boolean enrichissementRelief)
public boolean isEnrichissementOccSol()
public void setEnrichissementOccSol(boolean enrichissementOccSol)
public boolean isConstructNetworkFaces()
public void setConstructNetworkFaces(boolean constructNetworkFaces)
public void lectureFichierConfigurationDonnees()
public void loadData_Special_Cartagen(String absolutePath, SourceDLM sourceDlm, int scale)
public void loadData_BDCarto(String absolutePath, int scale, CartAGenDataSet dataSet)
public void loadData_BDTopoV2(String absolutePath, int scale, CartAGenDataSet dataSet)
public void loadData(String absolutePath, SourceDLM bdsource, int scale, CartAGenDataSet dataset)
public void enrichData(CartAGenDataSet dataSet)
public void lectureFichierConfigurationGeneralisation()
public void applicationConfiguration()
public void initialiserPositionGeographique(boolean extent)
public void initialiserInterfacePourGeneralisation()
public GeneObjImplementation getStandardImplementation()
public void setStandardImplementation(GeneObjImplementation impl)
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.