|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectFeatureTypeStyleImpl
public class FeatureTypeStyleImpl
Implementation of Feature Type Style; care is taken to ensure everything is mutable.
modules/library/main (gt-main.jar)
Constructor Summary | |
---|---|
protected |
FeatureTypeStyleImpl()
Creates a new instance of FeatureTypeStyleImpl |
|
FeatureTypeStyleImpl(FeatureTypeStyle fts)
|
protected |
FeatureTypeStyleImpl(List<Rule> arules)
|
protected |
FeatureTypeStyleImpl(Rule[] rules)
Creates a new instance of FeatureTypeStyleImpl |
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
|
Object |
accept(StyleVisitor visitor,
Object data)
|
void |
addRule(Rule rule)
Deprecated. |
Object |
clone()
Creates a deep copy clone of the FeatureTypeStyle. |
boolean |
equals(Object oth)
Compares this FeatureTypeStyleImpl with another. |
Set<Name> |
featureTypeNames()
|
String |
getAbstract()
Deprecated. |
Description |
getDescription()
|
Id |
getFeatureInstanceIDs()
|
String |
getFeatureTypeName()
Deprecated. |
String |
getName()
|
OnLineResource |
getOnlineResource()
|
Rule[] |
getRules()
Deprecated. |
String[] |
getSemanticTypeIdentifiers()
Deprecated. |
String |
getTitle()
Deprecated. |
int |
hashCode()
Overrides hashCode. |
List<Rule> |
rules()
|
Set<SemanticType> |
semanticTypeIdentifiers()
|
void |
setAbstract(String abstractStr)
Deprecated. |
void |
setFeatureTypeName(String name)
Deprecated. |
void |
setName(String name)
|
void |
setOnlineResource(OnLineResource online)
|
void |
setRules(Rule[] newRules)
Deprecated. |
void |
setSemanticTypeIdentifiers(String[] types)
Deprecated. |
void |
setTitle(String title)
Deprecated. |
String |
toString()
|
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected FeatureTypeStyleImpl(Rule[] rules)
rules
- DOCUMENT ME!protected FeatureTypeStyleImpl(List<Rule> arules)
protected FeatureTypeStyleImpl()
public FeatureTypeStyleImpl(FeatureTypeStyle fts)
Method Detail |
---|
public List<Rule> rules()
rules
in interface FeatureTypeStyle
@Deprecated public Rule[] getRules()
@Deprecated public void setRules(Rule[] newRules)
@Deprecated public void addRule(Rule rule)
public Set<SemanticType> semanticTypeIdentifiers()
semanticTypeIdentifiers
in interface FeatureTypeStyle
@Deprecated public String[] getSemanticTypeIdentifiers()
@Deprecated public void setSemanticTypeIdentifiers(String[] types)
public Set<Name> featureTypeNames()
featureTypeNames
in interface FeatureTypeStyle
@Deprecated public String getFeatureTypeName()
@Deprecated public void setFeatureTypeName(String name)
public Id getFeatureInstanceIDs()
getFeatureInstanceIDs
in interface FeatureTypeStyle
public Description getDescription()
getDescription
in interface FeatureTypeStyle
public String getName()
getName
in interface FeatureTypeStyle
public void setName(String name)
@Deprecated public String getAbstract()
@Deprecated public void setAbstract(String abstractStr)
@Deprecated public String getTitle()
@Deprecated public void setTitle(String title)
public Object accept(StyleVisitor visitor, Object data)
accept
in interface FeatureTypeStyle
public void accept(StyleVisitor visitor)
public Object clone()
clone
in class Object
org.geotools.styling.FeatureTypeStyle#clone()
public int hashCode()
hashCode
in class Object
public boolean equals(Object oth)
Two FeatureTypeStyles are equal if they contain equal properties and an equal list of Rules.
equals
in class Object
oth
- The other FeatureTypeStyleImpl to compare with.
public String toString()
toString
in class Object
public void setOnlineResource(OnLineResource online)
public OnLineResource getOnlineResource()
getOnlineResource
in interface FeatureTypeStyle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |