Uses of Interface
org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport
Packages that use CartographicSupport
Package
Description
-
Uses of CartographicSupport in org.gvsig.fmap.mapcontext.rendering.legend.styling
Subinterfaces of CartographicSupport in org.gvsig.fmap.mapcontext.rendering.legend.styling -
Uses of CartographicSupport in org.gvsig.fmap.mapcontext.rendering.symbols
Methods in org.gvsig.fmap.mapcontext.rendering.symbols with parameters of type CartographicSupportModifier and TypeMethodDescriptionvoidCartographicSupport.copyCartographicContext(CartographicSupport element) static voidCartographicSupport.copyCartographicContext(CartographicSupport source, Object target) -
Uses of CartographicSupport in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl
Classes in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl that implement CartographicSupportModifier and TypeClassDescriptionclassclassAbstract class that implements the interface the interface for symbols.It is considered as the father of all XXXSymbols and will implement all the methods that these classes had not developed (and correspond with one of the methods of AbstractSymbol class)Methods in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl with parameters of type CartographicSupportModifier and TypeMethodDescriptionvoidAbstractCartographicSupport.copyCartographicContext(CartographicSupport element) static doubleCartographicSupportToolkit.getCartographicLength(CartographicSupport cartographicElement, double length, double dist1Pixel, int mapUnits, double dpi) Calculates the distance in pixels corresponding to the provided length, according to the current rendering context (output dpi, map scale, map units) and the symbol cartographic settings (unit, size, and unit reference system).static doubleCartographicSupportToolkit.getCartographicLength(CartographicSupport cartographicElement, double length, CartographicSupport.CartographicContext ctx) static doubleCartographicSupportToolkit.getCartographicLength(CartographicSupport cartographicElement, double length, ViewPort viewPort, double dpi)