Uses of Enum Class
org.episteme.social.geography.CentralPlaceTheory.SettlementRank
Packages that use CentralPlaceTheory.SettlementRank
Package
Description
Provides classes for social geography, human settlements, and mapping.
-
Uses of CentralPlaceTheory.SettlementRank in org.episteme.social.geography
Subclasses with type arguments of type CentralPlaceTheory.SettlementRank in org.episteme.social.geographyMethods in org.episteme.social.geography that return CentralPlaceTheory.SettlementRankModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CentralPlaceTheory.SettlementRank[]CentralPlaceTheory.SettlementRank.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.social.geography that return types with arguments of type CentralPlaceTheory.SettlementRankModifier and TypeMethodDescriptionstatic Map<CentralPlaceTheory.SettlementRank, Integer> CentralPlaceTheory.predictRegionalHierarchy(int topLevelCenters, int kFactor) Predicts hierarchical distribution of settlements in a region.Methods in org.episteme.social.geography with parameters of type CentralPlaceTheory.SettlementRankModifier and TypeMethodDescriptionstatic intCentralPlaceTheory.getHierarchyCount(int k, CentralPlaceTheory.SettlementRank higher, CentralPlaceTheory.SettlementRank lower) Estimates number of settlements of a given rank below a higher rank center.