Uses of Interface
net.anwiba.spatial.geometry.IBaseGeometry
-
Packages that use IBaseGeometry Package Description net.anwiba.spatial.geometry net.anwiba.spatial.geometry.internal net.anwiba.spatial.geometry.utilities -
-
Uses of IBaseGeometry in net.anwiba.spatial.geometry
Subinterfaces of IBaseGeometry in net.anwiba.spatial.geometry Modifier and Type Interface Description interfaceILinearRinginterfaceILineStringinterfaceIPointinterfaceIPolygoninterfaceIRectangleMethods in net.anwiba.spatial.geometry that return IBaseGeometry Modifier and Type Method Description IBaseGeometryIGeometryCollection. getGeometryN(int index)Methods in net.anwiba.spatial.geometry that return types with arguments of type IBaseGeometry Modifier and Type Method Description java.lang.Iterable<? extends IBaseGeometry>IGeometryCollection. geometries()Methods in net.anwiba.spatial.geometry with parameters of type IBaseGeometry Modifier and Type Method Description IGeometryCollectionIGeometryFactory. createCollection(IBaseGeometry[] geometries)Method parameters in net.anwiba.spatial.geometry with type arguments of type IBaseGeometry Modifier and Type Method Description IGeometryCollectionIGeometryFactory. createCollection(java.util.List<IBaseGeometry> geometries) -
Uses of IBaseGeometry in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal with type parameters of type IBaseGeometry Modifier and Type Class Description classAbstractGeometryCollection<T extends IBaseGeometry>Classes in net.anwiba.spatial.geometry.internal that implement IBaseGeometry Modifier and Type Class Description classLinearRingclassLineStringclassPointclassPolygonclassRectangleMethods in net.anwiba.spatial.geometry.internal with parameters of type IBaseGeometry Modifier and Type Method Description IGeometryCollectionGeometryFactory. createCollection(IBaseGeometry[] geometries)Method parameters in net.anwiba.spatial.geometry.internal with type arguments of type IBaseGeometry Modifier and Type Method Description IGeometryCollectionGeometryFactory. createCollection(java.util.List<IBaseGeometry> geometries) -
Uses of IBaseGeometry in net.anwiba.spatial.geometry.utilities
Methods in net.anwiba.spatial.geometry.utilities that return IBaseGeometry Modifier and Type Method Description static IBaseGeometryGeometryUtilities. extract(IGeometry geometry, int index)
-