| org.geotools.renderer.lite.Rendering2DTest
Rendering2DTest | public class Rendering2DTest extends TestCase (Code) | | author: jamesm |
rendererHints | final protected static Map rendererHints(Code) | | |
line | public LineString line(GeometryFactory gf, int[] xy)(Code) | | |
point | public Point point(GeometryFactory gf, int x, int y)(Code) | | |
testDefinitionQueryProcessing | public void testDefinitionQueryProcessing() throws Exception(Code) | | Tests the layer definition query behavior as implemented by
StreamingRenderer.
This method relies on the features created on
createTestFeatureCollection()
throws: Exception - |
testDefinitionQuerySLDProcessing | public void testDefinitionQuerySLDProcessing() throws Exception(Code) | | |
testLineReprojection | public void testLineReprojection() throws Exception(Code) | | |
testPointReprojection | public void testPointReprojection() throws Exception(Code) | | |
testReprojectionWithPackedCoordinateSequence | public void testReprojectionWithPackedCoordinateSequence() throws Exception(Code) | | |
testScaleCalc | public void testScaleCalc() throws Exception(Code) | | I am not sure this is really correct. We should check it with more care.
throws: Exception - |
testSimpleLineRender | public void testSimpleLineRender() throws Exception(Code) | | |
testSimplePointRender | public void testSimplePointRender() throws Exception(Code) | | |
testSimplePolygonRender | public void testSimplePolygonRender() throws Exception(Code) | | |
|
|