If Coordinate System Is (ModelBuilder)

Summary

Evaluates if the input data has the specified coordinate system.

Learn how If Coordinate System Is works in ModelBuilder

Usage

  • This tool is intended for use in ModelBuilder and not in Python scripting.

  • The tool has two Boolean outputs, True and False. Based on the condition being evaluated one of the two boolean outputs is true and the other false after the tool runs. These boolean outputs have to be set as a precondition to the downstream tools for those to execute if either of the preconditions is true.

Syntax

CoordinateSystemIfThenElse(in_data, coordinate_system)
ParameterExplanationData Type
in_data

Input data element to be evaluated.

Data Element
coordinate_system
[coordinate_system,...]

The coordinate system that will be evaluated.

Coordinate System

Derived Output

NameExplanationData Type
true

If the specified criteria evaluates to True, this parameter will be set to True.

Boolean
false

If the specified criteria evaluates to False, this parameter will be set to True.

Boolean

Environments

This tool does not use any geoprocessing environments.

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes