Class IdCoordinateFactory
java.lang.Object
edu.ie3.datamodel.io.factory.Factory<org.apache.commons.lang3.tuple.Pair,SimpleFactoryData,org.apache.commons.lang3.tuple.Pair<Integer,org.locationtech.jts.geom.Point>>
edu.ie3.datamodel.io.factory.timeseries.IdCoordinateFactory
- Direct Known Subclasses:
CosmoIdCoordinateFactory
,IconIdCoordinateFactory
public abstract class IdCoordinateFactory
extends Factory<org.apache.commons.lang3.tuple.Pair,SimpleFactoryData,org.apache.commons.lang3.tuple.Pair<Integer,org.locationtech.jts.geom.Point>>
Abstract class definition for a factory, that is able to build single mapping entries from
coordinate identifier to actual coordinate
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class edu.ie3.datamodel.io.factory.Factory
buildModel, expandSet, get, getFields, getFieldsString, getSupportedClasses, newSet, validateParameters
-
Constructor Details
-
IdCoordinateFactory
protected IdCoordinateFactory()
-
-
Method Details
-
getIdField
- Returns:
- the field id for the coordinate id
-
getLatField
- Returns:
- the field id for the coordinate latitude
-
getLonField
- Returns:
- the field id for the coordinate longitude
-