SMS:CMS-Flow Advanced Cards: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
Model options not available in the interface can be specified in the CMS-Flow model control under the advanced tab. Each row in the spreadsheet will be saved as a different line in the *.cmscards file. The cards can be inserted and deleted using the insert and delete rows.
==CMS-Flow Projection Cards==
*The lines will be written out exactly as typed.
HORIZONTAL_PROJECTION_BEGIN              !Optional
*The lines will be written out in the order in which they appear in the dialog.
  DATUM                            NAD83      !NAD27|NAD83|LOCAL
*Any lines encountered in a *.cmscards file that is not recognized will appear in this list.
  SYSTEM                            UTM      !UTM|STATE_PLANE|GEOGRAPHIC|LOCAL
*Lines beginning with a "!" character are treated as comment lines and will be skipped over during a read.
  UNITS                            METERS      !METERS|FEET|DEGREES
*Comment lines are automatically generated and will not be preserved.
  ZONE                              15      !Only if necessary
*All of these advanced cards will be grouped together at the bottom of the file regardless of where they appeared during reading.
HORIZONTAL_PROJECTION_END           
 
VERTICAL_PROJECTION_BEGIN           
  DATUM                            LOCAL      !NGVD29|NAVD88|LOCAL
  UNITS                            METERS      !METERS|FEET
  OFFSET                            2.0 m      !Positive is upwards
VERTICAL_PROJECTION_END
 
 


== Related Topics ==
== Related Topics ==
Line 11: Line 19:


{{Template:Navbox SMS}}
{{Template:Navbox SMS}}
[[Category:CMS-Flow|H]]

Revision as of 20:24, 25 April 2013

CMS-Flow Projection Cards

HORIZONTAL_PROJECTION_BEGIN              !Optional 
  DATUM                             NAD83      !NAD27|NAD83|LOCAL 
  SYSTEM                            UTM      !UTM|STATE_PLANE|GEOGRAPHIC|LOCAL 
  UNITS                             METERS      !METERS|FEET|DEGREES 
  ZONE                              15      !Only if necessary 
HORIZONTAL_PROJECTION_END            
VERTICAL_PROJECTION_BEGIN            
  DATUM                             LOCAL      !NGVD29|NAVD88|LOCAL 
  UNITS                             METERS      !METERS|FEET 
  OFFSET                            2.0 m      !Positive is upwards 
VERTICAL_PROJECTION_END 


Related Topics