congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
QGisWriter.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.matsim.contrib.analysis.vsp.qgis.QGisWriter
constructor

Best Java code snippets using org.matsim.contrib.analysis.vsp.qgis.QGisWriter.<init> (Showing top 4 results out of 315)

origin: matsim-org/matsim

QGisWriter writer = new QGisWriter(TransformationFactory.DHDN_GK4, workingDirectory);
origin: matsim-org/matsim

QGisWriter writer = new QGisWriter(crs, workingDirectory);
String qGisProjectFile = "QGisProjectFile_" + mode + ".qgs";
writer.setEnvelope(envelope);
origin: matsim-org/matsim

QGisWriter writer = new QGisWriter(crs, workingDirectory);
String qGisProjectFile = "QGisProjectFile_" + mode + ".qgs";
writer.setEnvelope(envelope);
origin: matsim-org/matsim

String qGisProjectFile = "testWithMergedImmissionsCSV.qgs";
QGisWriter writer = new QGisWriter(TransformationFactory.WGS84_SA_Albers, workingDirectory);
org.matsim.contrib.analysis.vsp.qgisQGisWriter<init>

Javadoc

Creates a new instance of a QGis project file (*.qgs) writer. Coordinate reference system and working directory are mandatory for writing the file. Layers have to be added separately with the method addLayer. If no layers were added, the writer creates an empty project file.

After calling the constructor you have to set the envelope (starting view) manually.

Popular methods of QGisWriter

  • addLayer
    Adds a new layer to the layers list.
  • setEnvelope
    Sets the starting view on the map when opening the project file.
  • write
  • changeWorkingDirectory
  • getEnvelope
  • getLayers
  • getProjectname
  • getSRS
  • getTitle
  • getUnit
  • getWorkingDir
  • openFile
  • getWorkingDir,
  • openFile,
  • printQGisProjectSettings,
  • setCrs,
  • setUnit

Popular in Java

  • Reactive rest calls using spring rest template
  • setScale (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • runOnUiThread (Activity)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • BoxLayout (javax.swing)
  • 21 Best Atom Packages for 2021
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now