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 GeoCoordinateMapProvider. getCenter()Gets the map centerGeoCoordinateMapOverlayView. getNorthEast()Gets the north-east.GeoCoordinateViewOverlayView. getNorthEast()GeoCoordinateMapOverlayView. getSouthWest()Gets the south-west.GeoCoordinateViewOverlayView. 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 voidMapProvider. setCenter(GeoCoordinate center)Set map centervoidMapOverlayView. setNorthEast(GeoCoordinate northEast)Sets the north.east.voidViewOverlayView. setNorthEast(GeoCoordinate northEast)voidMapNode. setPosition(GeoCoordinate position)Sets the node position.voidMapOverlayView. setSouthWest(GeoCoordinate southWest)Sets the south-west.voidViewOverlayView. setSouthWest(GeoCoordinate southWest)Method parameters in com.neotropic.kuwaiba.modules.commercial.ospman.api with type arguments of type GeoCoordinate Modifier and Type Method Description voidMapEdge. computeLength(List<GeoCoordinate> controlPoints, Consumer<Double> consumerLength)Computes edge length.voidMapEdge. getEdgeLabelPosition(Consumer<GeoCoordinate> consumerEdgeLabelPosition)Gets the label position.voidMapEdge. setControlPoints(List<GeoCoordinate> controlPoints)Sets the edge control points.voidMapProvider. setDrawingMarkerMode(Consumer<GeoCoordinate> drawingMarkerComplete)Sets the drawing mode to marker.voidHeatmap. setPoints(List<GeoCoordinate> points)Sets the points to be displayed by this heatmap.voidViewHeatmap. 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 GeoCoordinateGoogleMapsMapProvider. getCenter()GeoCoordinateGoogleMapsOverlayView. getNorthEast()GeoCoordinateGoogleMapsOverlayView. 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 voidGoogleMapsMapProvider. setCenter(GeoCoordinate center)voidGoogleMapsOverlayView. setNorthEast(GeoCoordinate northEast)voidGoogleMapNode. setPosition(GeoCoordinate position)voidGoogleMapsOverlayView. 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 voidGoogleMapEdge. computeLength(List<GeoCoordinate> controlPoints, Consumer<Double> consumerLength)voidGoogleMapEdge. getEdgeLabelPosition(Consumer<GeoCoordinate> consumerEdgeLabelPosition)voidGoogleMapEdge. setControlPoints(List<GeoCoordinate> controlPoints)voidGoogleMapsMapProvider. setDrawingMarkerMode(Consumer<GeoCoordinate> drawingMarkerComplete)voidGoogleMapsHeatmapLayer. 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 GeoCoordinateAbstractOlTileLayerProvider. getCenter()Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol with parameters of type GeoCoordinate Modifier and Type Method Description voidAbstractOlTileLayerProvider. setCenter(GeoCoordinate center)voidFeatureNode. 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 voidFeatureEdge. computeLength(List<GeoCoordinate> controlPoints, Consumer<Double> consumerLength)voidFeatureEdge. getEdgeLabelPosition(Consumer<GeoCoordinate> consumerEdgeLabelPosition)voidFeatureEdge. setControlPoints(List<GeoCoordinate> controlPoints)voidAbstractOlTileLayerProvider. setDrawingMarkerMode(Consumer<GeoCoordinate> drawingMarkerComplete)
-