Skip to content

v0.2.48..v0.2.49 changeset info.asciidoc

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/docs/commands/info.asciidoc b/docs/commands/info.asciidoc
index 4fa073b..bfd5987 100644
--- a/docs/commands/info.asciidoc
+++ b/docs/commands/info.asciidoc
@@ -16,8 +16,11 @@ Only one of the following options can be passed to the command:
                                  `conflate.post.ops` configuration option)
 * +--conflate-pre-operations+  - Displays operations configured by default to run before a conflation job (can be customized via the
                                  `conflate.pre.ops` configuration option)
+* +--criterion-consumers+      - Displays operations capable of taking in an ElementCriterion as input
 * +--feature-extractors+       - Displays available feature extractors used in conflation model building
+* +--filters+                  - Displays a list of all criteria that can be used for element filtering
 * +--formats+                  - Displays supported data input/output formats
+* +--geometry-type-criteria+   - Displays criteria that identify a feature geometry type
 * +--languages+                - Displays information about translatable/detectable spoken languages
 * +--matchers+                 - Displays available feature matchers used during conflation
 * +--match-creators+           - Displays available feature match creators used during conflation
@@ -99,13 +102,13 @@ The +--conflatable-crieria++ option prints out all element criteria classes that
 ==== Usage
 
 --------------------------------------
-info --conflatable-crieria
+info --conflatable-criteria
 --------------------------------------
 
 ==== Example
 
 --------------------------------------
-hoot info --conflatable-crieria
+hoot info --conflatable-criteria
 --------------------------------------
 
 === Conflate Post Operations
@@ -142,6 +145,23 @@ info --conflate-pre-operations
 hoot info --conflate-pre-operations
 --------------------------------------
 
+=== Element Criterion Consumers
+
+The +--criterion-consumers++ option prints out all operations that are capable of taking an `ElementCriterion` as input. Passing in an
+`ElementCriterion` to an operation can be useful when filtering elements before performing data transformations on them.
+
+==== Usage
+
+--------------------------------------
+info --criterion-consumers
+--------------------------------------
+
+==== Example
+
+--------------------------------------
+hoot info --criterion-consumers
+--------------------------------------
+
 === Feature Extractors
 
 The +--feature-extractors+ option prints out available feature extractors that can be used when building a conflation model with
@@ -159,6 +179,23 @@ info --feature-extractors
 hoot info --feature-extractors
 --------------------------------------
 
+=== Filters
+
+The +--filters++ option prints out all the element criteria classes, which are a subset of what is displayed with the +--operators+ option. 
+Element criteria can be used to filter elements during a conversion or conflation job.
+
+==== Usage
+
+--------------------------------------
+info --filters
+--------------------------------------
+
+==== Example
+
+--------------------------------------
+hoot info --filters
+--------------------------------------
+
 === Formats
 
 The +--formats+ option prints out supported data formats. The --input-bounded sub-option prints out input formats that support bounded reads
@@ -183,6 +220,22 @@ hoot info --formats --output
 hoot info --formats --input-bounded
 --------------------------------------
 
+=== Geometry Type Criteria
+
+The +--geometry-type-crieria++ option prints out all element criteria classes that can be used to identify an element's geometry.
+
+==== Usage
+
+--------------------------------------
+info --geometry-type-crieria
+--------------------------------------
+
+==== Example
+
+--------------------------------------
+hoot info --geometry-type-crieria
+--------------------------------------
+
 === Languages
 
 The +languages+ option displays information about Hootenanny language translation/detection capabilities.
Clone this wiki locally