GeoNode
Geospatial data structure for location-based spatial entity analysis
Learn what it is
GeoNodePackage location
com.fractalworks.streams.processors.geospatial.structuresClass Definition
class GeoNode<T extends ReferenceData> implements Coordinates, ReferenceDataConstructors
// Default constructor
public GeoNode()
// Create a node with location details and add entity later
public GeoNode(double latitude, double longitude)
// Create a node with location details and a reference data type
public GeoNode(double latitude, double longitude, T entity)Key Methods
Get coordinates
Get entity unique key
Get entity
Example
Last updated