Uses of Class
net.anwiba.spatial.geometry.BaseGeometryType
-
Packages that use BaseGeometryType Package Description net.anwiba.spatial.geometry net.anwiba.spatial.geometry.operator -
-
Uses of BaseGeometryType in net.anwiba.spatial.geometry
Methods in net.anwiba.spatial.geometry that return BaseGeometryType Modifier and Type Method Description BaseGeometryTypeGeometryType. getBaseGeometryType()static BaseGeometryTypeBaseGeometryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BaseGeometryType[]BaseGeometryType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BaseGeometryType in net.anwiba.spatial.geometry.operator
Constructors in net.anwiba.spatial.geometry.operator with parameters of type BaseGeometryType Constructor Description IsGeometryTypeOperator(BaseGeometryType geometryType)
-