Uses of Class
org.goplanit.utils.misc.Triple
-
Packages that use Triple Package Description org.goplanit.geoio.converter.zoning.featurecontext org.goplanit.geoio.util org.goplanit.osm.converter.zoning org.goplanit.utils.misc Miscellaneous utility classes -
-
Uses of Triple in org.goplanit.geoio.converter.zoning.featurecontext
Methods in org.goplanit.geoio.converter.zoning.featurecontext that return Triple Modifier and Type Method Description protected Triple<String,String,Function<C,?>>
PlanitConnectoidFeatureTypeContext. createGeometryFeatureDescription()
The mapping from PLANIT connectoid to its geometry attributeprotected Triple<String,String,Function<Z,? extends Object>>
PlanitZoneFeatureTypeContext. createGeometryFeatureDescription()
The mapping from PLANIT zone to its geometry attributeMethods in org.goplanit.geoio.converter.zoning.featurecontext that return types with arguments of type Triple Modifier and Type Method Description protected static <CC extends Connectoid>
List<Triple<String,String,Function<CC,? extends Object>>>PlanitConnectoidFeatureTypeContext. createBaseFeatureDescription(ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
The mapping from PLANIT connectoid base GIS attributes (without geometry to allow for addition of other attributes until adding geometry later via derived class usingPlanitConnectoidFeatureTypeContext.createGeometryFeatureDescription()
protected static <ZZ extends Zone,TT extends org.locationtech.jts.geom.Geometry>
List<Triple<String,String,Function<ZZ,? extends Object>>>PlanitZoneFeatureTypeContext. createBaseFeatureDescription(Function<ZZ,String> zoneIdMapper)
The mapping from PLANIT zone base GIS attributes (without geometry to allow for addition of other attributes until adding geometry later via derived class usingPlanitZoneFeatureTypeContext.createGeometryFeatureDescription()
-
Uses of Triple in org.goplanit.geoio.util
Methods in org.goplanit.geoio.util that return types with arguments of type Triple Modifier and Type Method Description List<Triple<String,String,Function<T,? extends Object>>>
PlanitEntityFeatureTypeContext. getAttributeDescription()
Methods in org.goplanit.geoio.util with parameters of type Triple Modifier and Type Method Description protected void
PlanitEntityFeatureTypeContext. appendToFeatureTypeDescription(Triple<String,String,Function<T,? extends Object>>... featureDescriptionEntries)
append one or more additional entries to the descriptionConstructor parameters in org.goplanit.geoio.util with type arguments of type Triple Constructor Description PlanitEntityFeatureTypeContext(Class<T> clazz, Collection<Triple<String,String,Function<T,? extends Object>>> geoFeatureDescription)
Constructor -
Uses of Triple in org.goplanit.osm.converter.zoning
Methods in org.goplanit.osm.converter.zoning with parameters of type Triple Modifier and Type Method Description void
OsmPublicTransportReaderSettings. overwriteWaitingAreaOfStopLocations(Triple<Number,de.topobyte.osm4j.core.model.iface.EntityType,Number>... overwriteTriples)
multiples in triple form forOsmPublicTransportReaderSettings.overwriteWaitingAreaOfStopLocation(Number, EntityType, Number)
-
Uses of Triple in org.goplanit.utils.misc
Methods in org.goplanit.utils.misc that return Triple Modifier and Type Method Description Triple<A,B,C>
Triple. copy()
shallow copy of this triplestatic <A,B,C>
Triple<A,B,C>Triple. of(A valueA, B valueB, C valueC)
Factory method
-