Changeset 32394 in osm for applications/editors/josm/plugins/seachart/src/render/ChartContext.java
- Timestamp:
- 2016-06-24T03:48:12+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/render/ChartContext.java
r32082 r32394 14 14 15 15 import s57.S57map; 16 import s57.S57map.*; 16 import s57.S57map.Feature; 17 import s57.S57map.Snode; 17 18 18 19 public interface ChartContext { 19 publicenum RuleSet { ALL, BASE, SEAMARK }20 enum RuleSet { ALL, BASE, SEAMARK } 20 21 21 Point2D getPoint(Snode coord); 22 double mile(Feature feature); 23 boolean clip(); 24 Color background(S57map map); 25 RuleSet ruleset(); 22 Point2D getPoint(Snode coord); 23 24 double mile(Feature feature); 25 26 boolean clip(); 27 28 Color background(S57map map); 29 30 RuleSet ruleset(); 26 31 }
Note:
See TracChangeset
for help on using the changeset viewer.
