FME Transformers: 2024.1

Categories
Integrations

WhiteStarLeaseBuilder

Posts a query to a WhiteStar Legal2Map™ WebServices (WS3) server to obtain points or polygons matching a list of legal land descriptions.

A feature is emitted for each point or polygon returned from the query.

Parameters

Request Parameters

Connection Parameters

HTTP Authentication Parameters

Example

The query for well locations described by the queries "6 25S 21E 1 SE SE SE NW" and "6 10S 16W 2 C SE NE SW" is formed as follows:

  1. The input feature contains the attribute request{0} and request{1} with the values:

request{0} = "6 25S 21E 1 SE SE SE NW"

request{1} = "6 10S 16W 2 C SE NE SW"

  1. "Request Description Attribute" is set to "request{}"
  2. "Result Description Attribute" is set to "_description"
  3. "Transaction ID attribute" is set to "_trans_id"
  4. "Resulting Geometry Type" is set to "Point".
  5. Web service host, username, and password are entered for the target server.

Execution of this query results in the following two features:

==================================================

IFMEPoint (-95.052404999999993,37.900077000000003)

_description -> `6 25S 21E 1 SESESENW'

_trans_id -> `871'

fme_geometry -> `fme_point'

fme_type -> `fme_point'

==================================================

IFMEPoint (-99.076954999999998,39.209764999999997)

_description -> `6 10S 16W 2 CSENESW'

_trans_id -> `871'

fme_geometry -> `fme_point'

fme_type -> `fme_point'

==================================================

Editing Transformer Parameters

Transformer parameters can be set by directly entering values, using expressions, or referencing other elements in the workspace such as attribute values or user parameters. Various editors and context menus are available to assist. To see what is available, click beside the applicable parameter.

For more information, see Transformer Parameter Menu Options.

FME Community

The FME Community is the place for demos, how-tos, articles, FAQs, and more. Get answers to your questions, learn from other users, and suggest, vote, and comment on new features.

Search for all results about the WhiteStarLeaseBuilder on the FME Community.