de.fho.jump.pirol.utilities.apiTools |
|
Java Source File Name | Type | Comment |
CollectionsTools.java | Class | Class for more convenient use of Lists and Arrays. |
FeatureCollectionTools.java | Class | Class to speed up handling of FeatureCollections (or lists of features) during progamming by implementing
a set of common tasks.
Most functions can be used in a static way, but on the other hand for each FeatureCollection a instance of this class can be invoked.
This might be more convenient, if there is more than one thing to do with the same feature collection. |
FeatureSchemaTools.java | Class | Class for easier handling of featureSchema objects. |
HandlerToMakeYourLifeEasier.java | Interface | Just an interface to have a relation between some utility classes that have kind of the
same intention, but do not have any members or functionality in common. |
LayerTools.java | Class | Class for more convenient use of Layer objects. |
SelectionTools.java | Class | Class to easily handle selections and selection tools. |
ToolToMakeYourLifeEasier.java | Class | This class has no real purpose (yet??), except to be a common base class for the utility classes to get a relation
between them e.g. |