Uses of Interface
provided.owlMaps.general.IPath
Package | Description |
---|---|
provided.owlMaps.components.shapes |
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
|
provided.owlMaps.general |
Contains entities for general usage in multiple parts of the OwlMaps system.
|
provided.owlMaps.general.impl |
Contains implementations of some of the interfaces in the provided.owlMaps.general package.
|
provided.owlMaps.utils |
Contains utilities for working with maps and components
|
provided.owlMaps.utils.impl |
FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE ANYTHING FROM THIS PACKAGE!
Contains impelmentations of some of the interfaces in provided.owlMaps.utils
|
-
Uses of IPath in provided.owlMaps.components.shapes
Fields in provided.owlMaps.components.shapes with type parameters of type IPath Modifier and Type Field Description static provided.mixedData.MixedDataKey<IPath<ILatLng>>
IPolylineOptions. PATH
The ordered sequence (IPath) of ILatLng coordinates of the Polyline.Methods in provided.owlMaps.components.shapes that return IPath Modifier and Type Method Description IPath<ILatLng>
IPolygon. getPath()
Retrieves the path of ILatLngs if only an IPath was used or the first IPath is an IPathList was used.IPath<ILatLng>
IPolyline. getPath()
Gets the IPath used to define this polyline -
Uses of IPath in provided.owlMaps.general
Subinterfaces of IPath in provided.owlMaps.general Modifier and Type Interface Description interface
IPathLatLng
*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS INTERFACE! ***
A Path that is explicitly filled with ILatLngs.Methods in provided.owlMaps.general that return IPath Modifier and Type Method Description static <T> IPath<T>
IPath. make(T... elements)
Convenience factory for constructing an IPath instance from a varargs of elements.Methods in provided.owlMaps.general with parameters of type IPath Modifier and Type Method Description static <T> IPathList<T>
IPathList. make(IPath<T>... elements)
Convenience factory for constructing an IPathList instance from a varargs of IPath instances.R
IPathsAlgo. pathCase(IPath<E> host, P... params)
Visitor base case -
Uses of IPath in provided.owlMaps.general.impl
Classes in provided.owlMaps.general.impl that implement IPath Modifier and Type Class Description class
Path<E>
A concrete implementation of IPath based on an ArrayList.Constructors in provided.owlMaps.general.impl with parameters of type IPath Constructor Description PathList(IPath<E>... elements)
Construct a path list from a varargs of IPath objects.Constructor parameters in provided.owlMaps.general.impl with type arguments of type IPath Constructor Description PathList(java.util.Collection<? extends IPath<E>> c)
Construct a path list from the given Collection of IPath elements -
Uses of IPath in provided.owlMaps.utils
Methods in provided.owlMaps.utils that return IPath Modifier and Type Method Description IPath<ILatLng>
IOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPath<java.awt.geom.Point2D> pts)
Convert a path of Point2D's to a path of ILatLng where the points are relative to the given origin location.Methods in provided.owlMaps.utils with parameters of type IPath Modifier and Type Method Description IPath<ILatLng>
IOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPath<java.awt.geom.Point2D> pts)
Convert a path of Point2D's to a path of ILatLng where the points are relative to the given origin location. -
Uses of IPath in provided.owlMaps.utils.impl
Methods in provided.owlMaps.utils.impl that return IPath Modifier and Type Method Description IPath<ILatLng>
AOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPath<java.awt.geom.Point2D> pts)
Methods in provided.owlMaps.utils.impl with parameters of type IPath Modifier and Type Method Description IPath<ILatLng>
AOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPath<java.awt.geom.Point2D> pts)