Uses of Class
org.n52.operation.gs.spatial.location.sort.AdjacencyListByGeometry.Methods

Packages that use AdjacencyListByGeometry.Methods
org.n52.operation.gs.spatial.location.sort   
 

Uses of AdjacencyListByGeometry.Methods in org.n52.operation.gs.spatial.location.sort
 

Methods in org.n52.operation.gs.spatial.location.sort that return AdjacencyListByGeometry.Methods
static AdjacencyListByGeometry.Methods AdjacencyListByGeometry.Methods.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdjacencyListByGeometry.Methods[] AdjacencyListByGeometry.Methods.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.n52.operation.gs.spatial.location.sort with parameters of type AdjacencyListByGeometry.Methods
 void AdjacencyListByGeometry.setMethod(AdjacencyListByGeometry.Methods method)