|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.format.IlvGeometryClassFilter
public class IlvGeometryClassFilter
Class that stores a geometry filter that should be placed on a tiled layer.
| Constructor Summary | |
|---|---|
IlvGeometryClassFilter(Class fclass,
String name)
Creates a new IlvGeometryClassFilter. |
|
IlvGeometryClassFilter(Class fclass,
String name,
int order)
Creates a new IlvGeometryClassFilter. |
|
| Method Summary | |
|---|---|
boolean |
accept(Class geomClass)
Checks if the geometry class passed is compatible with the internal class information. |
IlvMapStyle |
createDefaultFeatureStyle(String styleName)
Creates a default map style for the internal geometry class. |
Class |
getFeatureClass()
Returns the geometry class |
String |
getName()
Returns the name attached to this geometry filter |
int |
getOrder()
Returns the order attached to this geometry filter. |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvGeometryClassFilter(Class fclass,
String name,
int order)
IlvGeometryClassFilter.
fclass - subclassof IlvMapGeometry to filter for.name - the name of this filter (this will appear in layer names)order - preferred order of this geometry. A lower number indicates that this type of geometry should be on the back.
public IlvGeometryClassFilter(Class fclass,
String name)
IlvGeometryClassFilter.
fclass - subclassof IlvMapGeometry to filter for.name - the name of this filter (this will appear in layer names)| Method Detail |
|---|
public boolean accept(Class geomClass)
geomClass - geometry class to check
public IlvMapStyle createDefaultFeatureStyle(String styleName)
styleName - name of the style
IlvDataSourceStylingFactory.createDefaultFeatureStyle(Class, Object, boolean)public String toString()
toString in class ObjectObject.toString()public String getName()
public int getOrder()
public Class getFeatureClass()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||