Uses of Class
mil.nga.proj.ProjectionFactoryType
-
-
Uses of ProjectionFactoryType in mil.nga.proj
Methods in mil.nga.proj that return ProjectionFactoryType Modifier and Type Method Description static ProjectionFactoryTypeProjectionFactoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectionFactoryType[]ProjectionFactoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.proj that return types with arguments of type ProjectionFactoryType Modifier and Type Method Description static Set<ProjectionFactoryType>ProjectionFactory. buildDefaultOrder()Build a default order set for specified ordered projection retrievals without changing the global orderingstatic Set<ProjectionFactoryType>ProjectionFactory. buildOrder(ProjectionFactoryType... types)Build an order set for specified ordered projection retrievals without changing the global orderingstatic Set<ProjectionFactoryType>ProjectionFactory. getCachelessOrder()Get a copy of the projection factory retrieval order without cachingstatic Set<ProjectionFactoryType>ProjectionFactory. getOrder()Get a copy of the projection factory retrieval orderMethods in mil.nga.proj with parameters of type ProjectionFactoryType Modifier and Type Method Description static Set<ProjectionFactoryType>ProjectionFactory. buildOrder(ProjectionFactoryType... types)Build an order set for specified ordered projection retrievals without changing the global orderingstatic ProjectionProjectionFactory. getProjection(ProjectionFactoryType type, String authority, String code, String[] params, String definition)Get the projection for the authority, code, definition, and custom parameter arraystatic booleanProjectionFactory. removeOrderType(ProjectionFactoryType type)Remove the projection factory retrieval type from the retrieval orderingstatic voidProjectionFactory. setOrder(ProjectionFactoryType... types)Set the projection factory retrieval orderMethod parameters in mil.nga.proj with type arguments of type ProjectionFactoryType Modifier and Type Method Description static ProjectionProjectionFactory. getProjection(Set<ProjectionFactoryType> types, String authority, String code, String[] params, String definition)Get the projection for the authority, code, definition, and custom parameter array
-