Package | Description |
---|---|
org.geotools.temporal.object | |
org.opengis.temporal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInstant
A zero-dimensional geometric primitive that represents position in time, equivalent to a point in
space.
|
class |
DefaultPeriod
A one-dimensional geometric primitive that represent extent in time.
|
class |
DefaultTemporalGeometricPrimitive
An abstract class with two subclasses for representing a temporal instant and a temporal period.
|
Modifier and Type | Method and Description |
---|---|
Duration |
DefaultTemporalGeometricPrimitive.distance(TemporalGeometricPrimitive other)
Returns the distance from this TM_GeometricPrimitive to another TM_GeometricPrimitive, i.e.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Instant
A zero-dimensional geometric primitive that represents position in time, equivalent to a point in
space.
|
interface |
Period
A one-dimensional geometric primitive that represent extent in time.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Separation.distance(TemporalGeometricPrimitive other)
Returns the distance from this temporal geometric
primitive to another temporal geometric primitive.
|
Copyright © 1996–2019 Geotools. All rights reserved.