Uses of Class
mil.nga.mgrs.grid.GridType
-
Packages that use GridType Package Description mil.nga.mgrs mil.nga.mgrs.features mil.nga.mgrs.grid mil.nga.mgrs.gzd -
-
Uses of GridType in mil.nga.mgrs
Methods in mil.nga.mgrs that return GridType Modifier and Type Method Description GridTypeMGRS. precision()Get the MGRS coordinate grid precisionstatic GridTypeMGRS. precision(String mgrs)Parse the MGRS string for the precisionMethods in mil.nga.mgrs with parameters of type GridType Modifier and Type Method Description StringMGRS. coordinate(GridType type)Get the MGRS coordinate with specified grid precisionStringMGRS. getEastingAndNorthing(GridType type)Get the easting and northing concatenated value in the grid type precision -
Uses of GridType in mil.nga.mgrs.features
Methods in mil.nga.mgrs.features that return GridType Modifier and Type Method Description GridTypeLine. getGridType()Get the line grid typeMethods in mil.nga.mgrs.features with parameters of type GridType Modifier and Type Method Description static LineLine. line(Point point1, Point point2, GridType gridType)Create a linevoidLine. setGridType(GridType gridType)Set the line grid typeConstructors in mil.nga.mgrs.features with parameters of type GridType Constructor Description Line(Point point1, Point point2, GridType gridType)Constructor -
Uses of GridType in mil.nga.mgrs.grid
Methods in mil.nga.mgrs.grid that return GridType Modifier and Type Method Description GridTypeGrids. getPrecision(int zoom)Get the grid precision for the zoom levelstatic GridTypeGridType. getPrecision(double value)Get the precision of the value in meters based upon trailing 0'sGridTypeZoomGrids. getPrecision()Get the grid type precisionGridTypeGrid. getType()Get the grid typestatic GridTypeGridType. valueOf(String name)Returns the enum constant of this type with the specified name.static GridType[]GridType. values()Returns an array containing the constants of this enum type, in the order they are declared.static GridTypeGridType. withAccuracy(int accuracy)Get the Grid Type with the accuracy number of digits in the easting and northing values.Methods in mil.nga.mgrs.grid with parameters of type GridType Modifier and Type Method Description static GridsGrids. create(GridType... types)Create with grids to enablevoidGrids. disable(GridType type)Disable the grid typevoidGrids. disableLabeler(GridType type)Disable the grid type labelervoidGrids. disableLabelers(GridType... types)Disable the labelers for the grid typesvoidGrids. disableTypes(GridType... types)Disable grid typesvoidGrids. enable(GridType type)Enable the grid typevoidGrids. enableLabeler(GridType type)Enable the grid type labelervoidGrids. enableLabelers(GridType... types)Enable the labelers for the grid typesvoidGrids. enableTypes(GridType... types)Enable grid typesColorGrid. getColor(GridType gridType)Get the grid type precision line colorGridGrids. getGrid(GridType type)Get the griddoubleGrids. getLabelBuffer(GridType type)Get the label grid zone edge bufferLabelerGrids. getLabeler(GridType type)Get the labeler for the grid typeList<Label>GridLabeler. getLabels(Bounds tileBounds, GridType gridType, GridZone zone)Get labels for the boundsabstract List<Label>Labeler. getLabels(Bounds tileBounds, GridType gridType, GridZone zone)Get labels for the boundsGridStyleGrid. getStyle(GridType gridType)Get the grid type precision line style for the grid typedoubleGrid. getWidth(GridType gridType)Get the grid type precision line widthbooleanGrids. hasLabeler(GridType type)Has a labeler for the grid typebooleanGrids. isEnabled(GridType type)Is the grid type enabledbooleanGrids. isLabelerEnabled(GridType type)Is a labeler enabled for the grid typebooleanGrid. isType(GridType type)Is the provided grid typeprotected GridGrids. newGrid(GridType type)Create a new grid, override to create a specialized gridvoidGrid. setColor(GridType gridType, Color color)Set the grid type precision line colorvoidGrids. setColor(Collection<GridType> types, GridType precisionType, Color color)Set the grid type precision line color for the grid typesvoidGrids. setColor(Color color, GridType... types)Set the grid line color for the grid typesvoidGrids. setColor(GridType type, Collection<GridType> precisionTypes, Color color)Set the grid type precision line colors for the grid typevoidGrids. setColor(GridType type, Color color)Set the grid line color for the grid typevoidGrids. setColor(GridType type, Color color, GridType... precisionTypes)Set the grid type precision line colors for the grid typevoidGrids. setColor(GridType type, GridType precisionType, Color color)Set the grid type precision line color for the grid typevoidGrids. setGrids(GridType... types)Set the active grid typesvoidGrids. setLabelBuffer(double buffer, GridType... types)Set the label grid zone edge buffer for the grid typesvoidGrids. setLabelBuffer(GridType type, double buffer)Set the label grid zone edge buffervoidGrids. setLabelColor(Color color, GridType... types)Set the label color for the grid typesvoidGrids. setLabelColor(GridType type, Color color)Set the label colorvoidGrids. setLabeler(GridType type, Labeler labeler)Set the labeler for the grid typevoidGrids. setLabelMaxZoom(GridType type, Integer maxZoom)Set the grid maximum zoomvoidGrids. setLabelMinZoom(GridType type, int minZoom)Set the grid minimum zoomvoidGrids. setLabelTextSize(double textSize, GridType... types)Set the label text size for the grid typesvoidGrids. setLabelTextSize(GridType type, double textSize)Set the label text sizevoidGrids. setLabelZoomRange(GridType type, int minZoom, Integer maxZoom)Set the grid zoom rangevoidGrids. setLinesMaxZoom(GridType type, Integer maxZoom)Set the grid maximum level override for drawing grid linesvoidGrids. setLinesMinZoom(GridType type, Integer minZoom)Set the grid minimum level override for drawing grid linesvoidGrids. setMaxZoom(GridType type, Integer maxZoom)Set the grid maximum zoomvoidGrids. setMinZoom(GridType type, int minZoom)Set the grid minimum zoomvoidGrid. setStyle(GridType gridType, GridStyle style)Set the grid type precision line stylevoidGrid. setWidth(GridType gridType, double width)Set the grid type precision line widthvoidGrids. setWidth(double width, GridType... types)Set the grid line width for the grid typesvoidGrids. setWidth(Collection<GridType> types, GridType precisionType, double width)Set the grid type precision line width for the grid typesvoidGrids. setWidth(GridType type, double width)Set the grid line width for the grid typevoidGrids. setWidth(GridType type, double width, GridType... precisionTypes)Set the grid type precision line widths for the grid typevoidGrids. setWidth(GridType type, Collection<GridType> precisionTypes, double width)Set the grid type precision line widths for the grid typevoidGrids. setWidth(GridType type, GridType precisionType, double width)Set the grid type precision line width for the grid typevoidGrids. setZoomRange(GridType type, int minZoom, Integer maxZoom)Set the grid zoom rangeMethod parameters in mil.nga.mgrs.grid with type arguments of type GridType Modifier and Type Method Description static GridsGrids. create(Collection<GridType> types)Create with grids to enablevoidGrids. disableLabelers(Collection<GridType> types)Disable the labelers for the grid typesvoidGrids. disableTypes(Collection<GridType> types)Disable grid typesvoidGrids. enableLabelers(Collection<GridType> types)Enable the labelers for the grid typesvoidGrids. enableTypes(Collection<GridType> types)Enable grid typesvoidGrids. setColor(Collection<GridType> types, Color color)Set the grid line color for the grid typesvoidGrids. setColor(Collection<GridType> types, GridType precisionType, Color color)Set the grid type precision line color for the grid typesvoidGrids. setColor(GridType type, Collection<GridType> precisionTypes, Color color)Set the grid type precision line colors for the grid typevoidGrids. setGridTypes(Collection<GridType> types)Set the active grid typesvoidGrids. setLabelBuffer(Collection<GridType> types, double buffer)Set the label grid zone edge buffer for the grid typesvoidGrids. setLabelColor(Collection<GridType> types, Color color)Set the label color for the grid typesvoidGrids. setLabelTextSize(Collection<GridType> types, double textSize)Set the label text size for the grid typesvoidGrids. setWidth(Collection<GridType> types, double width)Set the grid line width for the grid typesvoidGrids. setWidth(Collection<GridType> types, GridType precisionType, double width)Set the grid type precision line width for the grid typesvoidGrids. setWidth(GridType type, Collection<GridType> precisionTypes, double width)Set the grid type precision line widths for the grid typeConstructors in mil.nga.mgrs.grid with parameters of type GridType Constructor Description Grid(GridType type)ConstructorGrids(GridType... types)ConstructorConstructor parameters in mil.nga.mgrs.grid with type arguments of type GridType Constructor Description Grids(Collection<GridType> types)Constructor -
Uses of GridType in mil.nga.mgrs.gzd
Methods in mil.nga.mgrs.gzd with parameters of type GridType Modifier and Type Method Description BoundsGridZone. getDrawBounds(Bounds tileBounds, GridType gridType)Get the draw bounds of easting and northing in metersList<Label>GZDLabeler. getLabels(Bounds tileBounds, GridType gridType, GridZone zone)Get labels for the boundsList<Line>GridZone. getLines(Bounds tileBounds, GridType gridType)Get the grid zone linesList<Line>GridZone. getLines(GridType gridType)Get the grid zone lines
-