Class BaseShape<T extends SpatialContext>

    • Constructor Detail

      • BaseShape

        public BaseShape​(T ctx)
    • Method Detail

      • getContext

        public T getContext()
        Description copied from interface: Shape
        Get the SpatialContext that created the Shape
        Specified by:
        getContext in interface Shape