@UML(identifier="TM_Separation", specification=ISO_19108) public interface Separation
Modifier and Type | Method and Description |
---|---|
Duration |
distance(TemporalGeometricPrimitive other)
Returns the distance from this temporal geometric
primitive to another temporal geometric primitive.
|
Duration |
length()
Return the duration of this temporal geometric
primitive.
|
@UML(identifier="distance", obligation=MANDATORY, specification=ISO_19108) Duration distance(TemporalGeometricPrimitive other)
@UML(identifier="length", obligation=MANDATORY, specification=ISO_19108) Duration length()
Copyright © 1996–2019 Geotools. All rights reserved.