You are here: Web Services > WhiteStarLeaseBuilder

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.

执行这个查询结果在接下来的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

Using a set of menu options, transformer parameters can be assigned by referencing other elements in the workspace. More advanced functions, such as an advanced editor and an arithmetic editor, are also available in some transformers. To access a menu of these options, clickbeside the applicable parameter. For more information, seeTransformer Parameter Menu Options.

Transformer Categories

Web Services

Search FME Knowledge Center

Search for samples and information about this transformer on theFME Knowledge Center.