| Package | Description |
|---|---|
| nl.b3p.geotools.data.linker | |
| nl.b3p.geotools.data.linker.blocks |
| Modifier and Type | Method and Description |
|---|---|
static Action |
ActionFactory.createAction(String actionClassName,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActionList.add(Action action) |
void |
ActionList.add(int index,
Action action) |
| Modifier and Type | Class and Description |
|---|---|
class |
Action_Add_Properties
Add properties to map for configuration of post collection actions
|
class |
Action_XY_Intersects_Add_Mapped_Attrib |
class |
ActionCombo
A combo has a private actionlist and is a combination of actions, which can be called by this one action
|
class |
ActionCombo_Fix_From_Oracle
Transform SimpleFeature for use outside Oracle
|
class |
ActionCombo_Fix_To_Oracle
Transform SimpleFeature for use inside Oracle
|
class |
ActionCombo_GeometrySingle_Writer |
class |
ActionCombo_GeometrySplitter_Writer
Split geometries in Point, Line, Polygon, MultiPoint, MultiLine, MultiPolygon
|
class |
ActionCombo_Recommended |
class |
ActionCombo_Recommended_Pro
Transform SimpleFeature into recommended settings
|
class |
ActionCondition
Base of a condition
|
class |
ActionCondition_Feature_Class
Check a class on a given attribute
|
class |
ActionCondition_Feature_Value
Check a value in a SimpleFeature on a given attribute
|
class |
ActionCondition_FeatureType_Class
Condition by SimpleFeatureType class on a given attibuteType
|
class |
ActionCondition_FeatureType_Name
Check a name of a given attributeType
|
class |
ActionCondition_FeatureType_Typename_Length
Check length of typename
|
class |
ActionDataStore_Writer
Write to a datastore (file or JDBC)
|
class |
ActionFeature_Add_External_Attributes |
class |
ActionFeature_Filter_Column_Value |
class |
ActionFeature_Value_Replace
Replace a value inside a SimpleFeature where condition is true
|
class |
ActionFeature_Value_ReplaceText |
class |
ActionFeature_Value_Set
Set a value inside a SimpleFeature at a given position
|
class |
ActionFeature_Value_Substring
Replace a value inside a SimpleFeature where condition is true
|
class |
ActionFeature_Value_Substring_All
Replace a value inside a SimpleFeature where condition is true
|
class |
ActionFeatureType_AttributeName_Case
Set typename to upper- or lowercase
|
class |
ActionFeatureType_AttributeName_Rename
Rename attributeType
|
class |
ActionFeatureType_AttributeNames_Case
Set all attributeNames to upper- or lowercase
|
class |
ActionFeatureType_AttributeNames_Map_To_Output |
class |
ActionFeatureType_AttributeNames_Rename |
class |
ActionFeatureType_AttributeType_Add
Add a attribute at a given position
|
class |
ActionFeatureType_AttributeType_Remove
Remove a attribute with a given position
|
class |
ActionFeatureType_AttributeType_Restriction
Remove a attribute with a given position
|
class |
ActionFeatureType_Parse_Date |
class |
ActionFeatureType_Replace_Class
Change a SimpleFeatureType class and try to cast the value
|
class |
ActionFeatureType_Replace_Class_All
Change all classes e.g.
|
class |
ActionFeatureType_Set_CRS |
class |
ActionFeatureType_Typename_AppendAttribute
Append a attribute to the typename
|
class |
ActionFeatureType_Typename_Case
Set a attributeName to upper- or lowercase
|
class |
ActionFeatureType_Typename_Replace
Change typename by overwriting it or append a String
|
class |
ActionFeatureType_Typename_Substring
Change typename by using a substring
|
class |
ActionFeatureType_Typename_Update
Change typename by overwriting it or append a String
|
class |
ActionGeometry_Buffer
Buffer geometries (make them thicker)
|
class |
ActionGeometry_Make_Point |
class |
ActionGeometry_Make_Point_Address |
class |
ActionGeometry_RemoveDuplicateVertices
Deze Action verwijdert uit lijnen en polygonen dubbele opeenvolgende vertexen
die soms eens voorkomen in bronbestanden.
|
class |
ActionGeometry_VertexPrecisionThreshold
Deze Action verwijdert een geometrie waarvan alle vertexen onder een bepaalde
precisie-threshold vallen
Hiermee kan worden voorkomen dat ArcGIS hierop crasht.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionCondition.addActionToList(boolean type,
Action action) |
void |
CollectionAction_Polygonize.execute(org.geotools.feature.DefaultFeatureCollection collection,
Action nextAction) |
void |
CollectionAction_PolygonizeWithAttr.execute(org.geotools.feature.DefaultFeatureCollection originalCollection,
Action nextAction) |
void |
CollectionAction_Point_Within_Polygon.execute(org.geotools.feature.DefaultFeatureCollection pointCollection,
org.geotools.feature.DefaultFeatureCollection polygonCollection,
Action nextAction) |
void |
CollectionAction_Intersects_XY_Add_Attrib.execute(org.geotools.feature.DefaultFeatureCollection pointCollection,
org.geotools.feature.DefaultFeatureCollection polygonCollection,
Action nextAction) |
void |
CollectionAction_Polygonize.execute(org.geotools.feature.FeatureCollection collection,
Action writer) |
void |
CollectionAction_PolygonizeWithAttr.execute(org.geotools.feature.FeatureCollection collection,
Action writer) |
void |
CollectionAction_Point_Within_Polygon.execute(org.geotools.feature.FeatureCollection collection,
Action writer) |
abstract void |
CollectionAction.execute(org.geotools.feature.FeatureCollection collection,
Action writer) |
void |
CollectionAction_Intersects_XY_Add_Attrib.execute(org.geotools.feature.FeatureCollection collection,
Action writer) |
void |
CollectionAction_Polygonize.executeAllInMemory(org.geotools.feature.DefaultFeatureCollection collection,
Action nextAction)
alle classificaties worden meteen in het geheugen geladen.
|
void |
CollectionAction_Polygonize.executeOneClassInMemory(org.geotools.feature.DefaultFeatureCollection collection,
Action nextAction)
Deze execute loopt meerdere malen over de de data (featureCollection) als er een classificatie is aangegeven.
|
Copyright © 2016. All rights reserved.