Uses of Class
com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoCoordinate
-
-
Uses of GeoCoordinate in com.neotropic.kuwaiba.modules.commercial.ospman.api
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api that return GeoCoordinate Modifier and Type Method Description GeoCoordinate
MapProvider. getCenter()
Gets the map centerGeoCoordinate
MapOverlayView. getNorthEast()
Gets the north-east.GeoCoordinate
ViewOverlayView. getNorthEast()
GeoCoordinate
MapOverlayView. getSouthWest()
Gets the south-west.GeoCoordinate
ViewOverlayView. getSouthWest()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api that return types with arguments of type GeoCoordinate Modifier and Type Method Description List<GeoCoordinate>
PathChangedEvent. getControlPoints()
List<GeoCoordinate>
Heatmap. getPoints()
Gets the points displayed by this heatmap.List<GeoCoordinate>
ViewHeatmap. getPoints()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api with parameters of type GeoCoordinate Modifier and Type Method Description void
MapProvider. setCenter(GeoCoordinate center)
Set map centervoid
MapOverlayView. setNorthEast(GeoCoordinate northEast)
Sets the north.east.void
ViewOverlayView. setNorthEast(GeoCoordinate northEast)
void
MapNode. setPosition(GeoCoordinate position)
Sets the node position.void
MapOverlayView. setSouthWest(GeoCoordinate southWest)
Sets the south-west.void
ViewOverlayView. setSouthWest(GeoCoordinate southWest)
Method parameters in com.neotropic.kuwaiba.modules.commercial.ospman.api with type arguments of type GeoCoordinate Modifier and Type Method Description void
MapEdge. computeLength(List<GeoCoordinate> controlPoints, Consumer<Double> consumerLength)
Computes edge length.void
MapEdge. getEdgeLabelPosition(Consumer<GeoCoordinate> consumerEdgeLabelPosition)
Gets the label position.void
MapEdge. setControlPoints(List<GeoCoordinate> controlPoints)
Sets the edge control points.void
MapProvider. setDrawingMarkerMode(Consumer<GeoCoordinate> drawingMarkerComplete)
Sets the drawing mode to marker.void
Heatmap. setPoints(List<GeoCoordinate> points)
Sets the points to be displayed by this heatmap.void
ViewHeatmap. setPoints(List<GeoCoordinate> points)
Constructors in com.neotropic.kuwaiba.modules.commercial.ospman.api with parameters of type GeoCoordinate Constructor Description ViewOverlayView(GeoCoordinate southWest, GeoCoordinate northEast)
Constructor parameters in com.neotropic.kuwaiba.modules.commercial.ospman.api with type arguments of type GeoCoordinate Constructor Description PathChangedEvent(List<GeoCoordinate> controlPoints, PathChangedEvent.PathChangedEventListener listener)
ViewHeatmap(List<GeoCoordinate> points)
-
Uses of GeoCoordinate in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google that return GeoCoordinate Modifier and Type Method Description GeoCoordinate
GoogleMapsMapProvider. getCenter()
GeoCoordinate
GoogleMapsOverlayView. getNorthEast()
GeoCoordinate
GoogleMapsOverlayView. getSouthWest()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google that return types with arguments of type GeoCoordinate Modifier and Type Method Description List<GeoCoordinate>
GoogleMapsHeatmapLayer. getPoints()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google with parameters of type GeoCoordinate Modifier and Type Method Description void
GoogleMapsMapProvider. setCenter(GeoCoordinate center)
void
GoogleMapsOverlayView. setNorthEast(GeoCoordinate northEast)
void
GoogleMapNode. setPosition(GeoCoordinate position)
void
GoogleMapsOverlayView. setSouthWest(GeoCoordinate southWest)
Method parameters in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google with type arguments of type GeoCoordinate Modifier and Type Method Description void
GoogleMapEdge. computeLength(List<GeoCoordinate> controlPoints, Consumer<Double> consumerLength)
void
GoogleMapEdge. getEdgeLabelPosition(Consumer<GeoCoordinate> consumerEdgeLabelPosition)
void
GoogleMapEdge. setControlPoints(List<GeoCoordinate> controlPoints)
void
GoogleMapsMapProvider. setDrawingMarkerMode(Consumer<GeoCoordinate> drawingMarkerComplete)
void
GoogleMapsHeatmapLayer. setPoints(List<GeoCoordinate> points)
-
Uses of GeoCoordinate in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol that return GeoCoordinate Modifier and Type Method Description GeoCoordinate
AbstractOlTileLayerProvider. getCenter()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol with parameters of type GeoCoordinate Modifier and Type Method Description void
AbstractOlTileLayerProvider. setCenter(GeoCoordinate center)
void
FeatureNode. setPosition(GeoCoordinate position)
Method parameters in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol with type arguments of type GeoCoordinate Modifier and Type Method Description void
FeatureEdge. computeLength(List<GeoCoordinate> controlPoints, Consumer<Double> consumerLength)
void
FeatureEdge. getEdgeLabelPosition(Consumer<GeoCoordinate> consumerEdgeLabelPosition)
void
FeatureEdge. setControlPoints(List<GeoCoordinate> controlPoints)
void
AbstractOlTileLayerProvider. setDrawingMarkerMode(Consumer<GeoCoordinate> drawingMarkerComplete)
-