Class GeometryCollectionPath<T extends org.geolatte.geom.GeometryCollection>

Type Parameters:
T -
All Implemented Interfaces:
Expression<T>, Path<T>, Serializable

public class GeometryCollectionPath<T extends org.geolatte.geom.GeometryCollection> extends GeometryCollectionExpression<T> implements Path<T>
GeometryCollectionPath extends GeometryCollectionExpression to implement the Path interface
Author:
tiwe
See Also:
  • Constructor Details

    • GeometryCollectionPath

      public GeometryCollectionPath(Path<?> parent, String property)
    • GeometryCollectionPath

      public GeometryCollectionPath(Class<? extends T> type, Path<?> parent, String property)
    • GeometryCollectionPath

      public GeometryCollectionPath(PathMetadata metadata)
    • GeometryCollectionPath

      public GeometryCollectionPath(Class<? extends T> type, PathMetadata metadata)
    • GeometryCollectionPath

      public GeometryCollectionPath(String var)
    • GeometryCollectionPath

      public GeometryCollectionPath(Class<? extends T> type, String var)
  • Method Details

    • accept

      public final <R, C> R accept(Visitor<R,C> v, C context)
      Specified by:
      accept in interface Expression<T extends org.geolatte.geom.GeometryCollection>
    • getMetadata

      public PathMetadata getMetadata()
      Specified by:
      getMetadata in interface Path<T extends org.geolatte.geom.GeometryCollection>
    • getRoot

      public Path<?> getRoot()
      Specified by:
      getRoot in interface Path<T extends org.geolatte.geom.GeometryCollection>
    • getAnnotatedElement

      public AnnotatedElement getAnnotatedElement()
      Specified by:
      getAnnotatedElement in interface Path<T extends org.geolatte.geom.GeometryCollection>