rdf4j-postgis  Version 0.1.0.0
Package org.eclipse.rdf4j.query.algebra.evaluation.function.postgis.geometry.attribute

Classes

class  Area
 Calculates the area of the given geometry. More...
 
class  Area3D
 
class  Boundary
 
class  BoundingDiagonal
 
class  Centroid
 Returns the centroid of the given geometry. More...
 
class  CompactnessRatio
 
class  ConcaveHull
 
class  ConvexHull
 
class  Degenerate
 
class  Dump
 
class  GeometricMedian
 
class  GeometryN
 Returns the nth geometry of a given geometry collection. More...
 
class  GeometryType
 Returns the type of the given geometry. More...
 
class  HasCurvedGeometry
 
class  HasHorizontalCRS
 
class  HasRepeatedPoints
 Returns true if the geometry has repeated points. More...
 
class  Is3D
 Returns true if the given geometry is a 3D geometry, false otherwise. More...
 
class  IsClosed
 Returns true if the given geometry is closed, false otherwise. More...
 
class  IsCollection
 Returns true if the given geometry is an instance of GeometryCollection, CompoundCurve or a MULTI type. More...
 
class  IsConvex
 Returns true if the given geometry is convex. More...
 
class  IsEmpty
 Returns true if the given geometry empty. More...
 
class  IsInCRSAreaOfValidity
 
class  IsMeasured
 Returns true if the given geometry is measured, i.e. More...
 
class  IsNodingValid
 Returns true if the given geometries' noding is valid. More...
 
class  IsPlanar
 
class  IsRectangle
 Returns true if the given geometry is a rectangle. More...
 
class  IsRing
 
class  IsSimple
 
class  IsSolid
 Returns true if the given geometry is solid. More...
 
class  IsSquare
 Checks if the given geometry is a square. More...
 
class  IsValid
 Returns true if the given geometry is valid. More...
 
class  IsValidDetail
 Checks if the given geometry is valid and gives more details on a possible validation error. More...
 
class  IsValidReason
 Checks if the given geometry is valid and gives a reason for the geometry not being valid. More...
 
class  IsValidTrajectory
 Checks if the a given trajectory is valid. More...
 
class  Length
 Calculates the length of the geometry . More...
 
class  Length3D
 Calculates the length of a 3D geometry. More...
 
class  LocateAlong
 
class  LocateBetweenMeasures
 
class  MinimumBoundingCircle
 Returns the minimum bounding circle around the given geometry. More...
 
class  MinimumBoundingCircleCenter
 Returns the center point of the minimum bounding circle surrounding the geometry. More...
 
class  MinimumBoundingRadius
 Returns the mininum bounding radius of the minimum bounding circle surrounding the geometry. More...
 
class  MinimumClearance
 Returns the minimum clearance of this geometry. More...
 
class  MinimumClearanceLine
 Returns the minimum clearance line of this geometry. More...
 
class  MinimumDiameter
 Returns the minimum diameter of the given geometry. More...
 
class  MinimumDiameterLine
 Returns the minimum diameter line of the given geometry. More...
 
class  MinimumRectangle
 Returns the minimum rectangle enclosing the given geometry. More...
 
class  NDims
 Returns the minimum of dimensions of the given geometry. More...
 
class  NumDistinctGeometries
 Returns the number of distinct geometries included in this geometry. More...
 
class  NumDistinctPoints
 Returns the number of distinct points of the given geometry. More...
 
class  NumGeometries
 Returns the number of geometries included in this geometry. More...
 
class  NumPatches
 
class  NumPoints
 Returns the number of points of the given geometry. More...
 
class  Perimeter
 Returns the perimeter of the given geometry. More...
 
class  Perimeter3D
 
class  PointN
 Returns the nth point of the given geometry if it exists. More...