| org.geotools.renderer.style.SLDStyleFactoryTest
SLDStyleFactoryTest | public class SLDStyleFactoryTest extends TestCase (Code) | | author: jamesm |
Inner Class :public static class SymbolizerKeyTest extends TestCase | |
Method Summary | |
protected void | setUp() | public static Test | suite() | protected void | tearDown() | public void | testCreateCompletePointStyle() Test of createPointStyle method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testCreateDynamicLineStyle() Test of createDynamicLineStyle method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testCreateDynamicPolygonStyle() Test of createDynamicPolygonStyle method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testCreateDynamicStyle() Test of createDynamicStyle method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testCreateIncompletePointStyle() | public void | testCreateIncompletePolygonStyle() Test of createPolygonStyle method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testCreateLineStyle() Test of createLineStyle method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testCreateStyle() Test of createStyle method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testCreateTextStyle() Test of createTextStyle method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testGetComposite() Test of getComposite method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testGetHitRatio() Test of getHitRatio method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testGetHits() Test of getHits method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testGetMapScaleDenominator() Test of getMapScaleDenominator method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testGetPaint() Test of getPaint method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testGetRequests() Test of getRequests method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testGetTexturePaint() Test of getTexturePaint method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testLookUpCap() Test of lookUpCap method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testLookUpJoin() Test of lookUpJoin method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testSetMapScaleDenominator() Test of setMapScaleDenominator method, of class org.geotools.renderer.style.SLDStyleFactory. | public void | testSetScaleRange() Test of setScaleRange method, of class org.geotools.renderer.style.SLDStyleFactory. |
SLDStyleFactoryTest | public SLDStyleFactoryTest(String testName)(Code) | | |
suite | public static Test suite()(Code) | | |
testCreateCompletePointStyle | public void testCreateCompletePointStyle()(Code) | | Test of createPointStyle method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testCreateDynamicLineStyle | public void testCreateDynamicLineStyle()(Code) | | Test of createDynamicLineStyle method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testCreateDynamicPolygonStyle | public void testCreateDynamicPolygonStyle()(Code) | | Test of createDynamicPolygonStyle method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testCreateDynamicStyle | public void testCreateDynamicStyle()(Code) | | Test of createDynamicStyle method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testCreateIncompletePointStyle | public void testCreateIncompletePointStyle()(Code) | | |
testCreateIncompletePolygonStyle | public void testCreateIncompletePolygonStyle()(Code) | | Test of createPolygonStyle method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testCreateLineStyle | public void testCreateLineStyle()(Code) | | Test of createLineStyle method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testCreateStyle | public void testCreateStyle()(Code) | | Test of createStyle method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testCreateTextStyle | public void testCreateTextStyle()(Code) | | Test of createTextStyle method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testGetComposite | public void testGetComposite()(Code) | | Test of getComposite method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testGetHitRatio | public void testGetHitRatio()(Code) | | Test of getHitRatio method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testGetHits | public void testGetHits()(Code) | | Test of getHits method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testGetMapScaleDenominator | public void testGetMapScaleDenominator()(Code) | | Test of getMapScaleDenominator method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testGetPaint | public void testGetPaint()(Code) | | Test of getPaint method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testGetRequests | public void testGetRequests()(Code) | | Test of getRequests method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testGetTexturePaint | public void testGetTexturePaint()(Code) | | Test of getTexturePaint method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testLookUpCap | public void testLookUpCap()(Code) | | Test of lookUpCap method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testLookUpJoin | public void testLookUpJoin()(Code) | | Test of lookUpJoin method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testSetMapScaleDenominator | public void testSetMapScaleDenominator()(Code) | | Test of setMapScaleDenominator method, of class org.geotools.renderer.style.SLDStyleFactory.
|
testSetScaleRange | public void testSetScaleRange()(Code) | | Test of setScaleRange method, of class org.geotools.renderer.style.SLDStyleFactory.
|
|
|