Uses of Interface
provided.owlMaps.general.IPaths
| 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 IPaths in provided.owlMaps.components.shapes
Fields in provided.owlMaps.components.shapes with type parameters of type IPaths Modifier and Type Field Description static provided.mixedData.MixedDataKey<IPaths<ILatLng>>IPolygonOptions. PATHSThe ordered sequence of LatLng coordinates that designates a closed loop.Methods in provided.owlMaps.components.shapes with parameters of type IPaths Modifier and Type Method Description voidIPolygon. setPaths(IPaths<ILatLng> paths)Sets the path(s) of this polygon -
Uses of IPaths in provided.owlMaps.general
Subinterfaces of IPaths in provided.owlMaps.general Modifier and Type Interface Description interfaceIPath<E>A List<E> that is a Standard Visitor pattern visitor host and in such, is also abstractly equivalent to IPaths.interfaceIPathLatLng*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS INTERFACE! ***
A Path that is explicitly filled with ILatLngs.interfaceIPathList<E>A Standard Visitor pattern host that represents a list of lists of element of type E, i.e.interfaceIPathListLatLng*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS INTERFACE! ***
A Path that is explicitly filled with ILatLngs.interfaceIPathsLatLng*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER DIRECTLY UTILIZE THIS INTERFACE! ***
An IPaths explicitly filled with IPath<ILatLng> This is used for situations where the generic type of the IPaths needs to be known, e.g. -
Uses of IPaths in provided.owlMaps.general.impl
Classes in provided.owlMaps.general.impl that implement IPaths Modifier and Type Class Description classPath<E>A concrete implementation of IPath based on an ArrayList.classPathList<E>A concrete implementation of IPathList based on an ArrayList. -
Uses of IPaths in provided.owlMaps.utils
Methods in provided.owlMaps.utils that return IPaths Modifier and Type Method Description IPaths<ILatLng>IOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPaths<java.awt.geom.Point2D> pts)Convert paths of Point2D's to paths of ILatLng where the points are relative to the given origin location.Methods in provided.owlMaps.utils with parameters of type IPaths Modifier and Type Method Description IPaths<ILatLng>IOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPaths<java.awt.geom.Point2D> pts)Convert paths of Point2D's to paths of ILatLng where the points are relative to the given origin location. -
Uses of IPaths in provided.owlMaps.utils.impl
Methods in provided.owlMaps.utils.impl that return IPaths Modifier and Type Method Description IPaths<ILatLng>AOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPaths<java.awt.geom.Point2D> pts)Methods in provided.owlMaps.utils.impl with parameters of type IPaths Modifier and Type Method Description IPaths<ILatLng>AOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPaths<java.awt.geom.Point2D> pts)