KML ORM
User Guide:
Quick Start Guide
Tutorial
Query Method Behavior Reference
Examples
API Reference:
API Reference
KMLFile
Models
QuerySets and Managers
Coordinates and Geometry
Exceptions
Development:
Contributing
KML ORM
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
R
|
S
|
T
|
V
|
W
|
Y
_
__init__() (kmlorm.core.exceptions.KMLElementNotFound method)
(kmlorm.core.exceptions.KMLInvalidCoordinates method)
(kmlorm.core.exceptions.KMLMultipleElementsReturned method)
(kmlorm.core.exceptions.KMLParseError method)
(kmlorm.core.exceptions.KMLQueryError method)
(kmlorm.core.exceptions.KMLValidationError method)
(kmlorm.spatial.strategies.AdaptiveStrategy method)
(kmlorm.spatial.strategies.VincentyStrategy method)
A
AdaptiveStrategy (class in kmlorm.spatial)
(class in kmlorm.spatial.strategies)
all() (kmlorm.core.querysets.KMLQuerySet method)
all_elements() (kmlorm.parsers.kml_file.KMLFile method)
altitude (kmlorm.models.point.Coordinate attribute)
B
bearing_between() (kmlorm.spatial.SpatialCalculations class method)
bearing_to() (kmlorm.models.placemark.Placemark method)
C
calculate() (kmlorm.spatial.strategies.AdaptiveStrategy method)
(kmlorm.spatial.strategies.DistanceStrategy method)
(kmlorm.spatial.strategies.EuclideanApproximation method)
(kmlorm.spatial.strategies.HaversineStrategy method)
(kmlorm.spatial.strategies.VincentyStrategy method)
count() (kmlorm.core.querysets.KMLQuerySet method)
D
distance_between() (kmlorm.spatial.SpatialCalculations class method)
distance_to() (kmlorm.models.placemark.Placemark method)
distances_to_many() (kmlorm.spatial.SpatialCalculations class method)
DistanceStrategy (class in kmlorm.spatial.strategies)
DistanceUnit (class in kmlorm.spatial)
distinct() (kmlorm.core.querysets.KMLQuerySet method)
document_description (kmlorm.parsers.kml_file.KMLFile attribute)
document_name (kmlorm.parsers.kml_file.KMLFile attribute)
E
element_counts() (kmlorm.parsers.kml_file.KMLFile method)
EuclideanApproximation (class in kmlorm.spatial)
(class in kmlorm.spatial.strategies)
exclude() (kmlorm.core.querysets.KMLQuerySet method)
exists() (kmlorm.core.querysets.KMLQuerySet method)
F
FEET (kmlorm.spatial.DistanceUnit attribute)
filter() (kmlorm.core.querysets.KMLQuerySet method)
first() (kmlorm.core.querysets.KMLQuerySet method)
from_any() (kmlorm.models.point.Coordinate class method)
from_file() (kmlorm.parsers.kml_file.KMLFile class method)
from_string() (kmlorm.models.point.Coordinate class method)
(kmlorm.parsers.kml_file.KMLFile class method)
from_tuple() (kmlorm.models.point.Coordinate class method)
from_url() (kmlorm.parsers.kml_file.KMLFile class method)
G
get() (kmlorm.core.querysets.KMLQuerySet method)
H
has_coordinates() (kmlorm.core.querysets.KMLQuerySet method)
HaversineStrategy (class in kmlorm.spatial)
(class in kmlorm.spatial.strategies)
I
InsufficientDataError
InvalidCoordinateError
K
KILOMETERS (kmlorm.spatial.DistanceUnit attribute)
KMLElementNotFound
KMLInvalidCoordinates
KMLMultipleElementsReturned
kmlorm.spatial
module
kmlorm.spatial.constants
module
kmlorm.spatial.exceptions
module
kmlorm.spatial.strategies
module
KMLParseError
KMLQueryError
KMLValidationError
L
last() (kmlorm.core.querysets.KMLQuerySet method)
latitude (kmlorm.models.point.Coordinate attribute)
longitude (kmlorm.models.point.Coordinate attribute)
M
METERS (kmlorm.spatial.DistanceUnit attribute)
midpoint() (kmlorm.spatial.SpatialCalculations class method)
MILES (kmlorm.spatial.DistanceUnit attribute)
module
kmlorm.spatial
kmlorm.spatial.constants
kmlorm.spatial.exceptions
kmlorm.spatial.strategies
N
NAUTICAL_MILES (kmlorm.spatial.DistanceUnit attribute)
near() (kmlorm.core.querysets.KMLQuerySet method)
O
order_by() (kmlorm.core.querysets.KMLQuerySet method)
R
reverse() (kmlorm.core.querysets.KMLQuerySet method)
S
SpatialCalculationError
SpatialCalculations (class in kmlorm.spatial)
T
to_dict() (kmlorm.models.point.Coordinate method)
V
validate() (kmlorm.models.point.Coordinate method)
VincentyStrategy (class in kmlorm.spatial)
(class in kmlorm.spatial.strategies)
W
within_bounds() (kmlorm.core.querysets.KMLQuerySet method)
Y
YARDS (kmlorm.spatial.DistanceUnit attribute)