public class StyledFeatureCollectionType extends PresentationDirectiveType implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Java class for StyledFeatureCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StyledFeatureCollectionType">
<complexContent>
<extension base="{http://www.disy.net/pd}PresentationDirectiveType">
<sequence>
<element name="FeatureTypeDescription" type="{http://www.disy.net/pd}FeatureTypeDescriptionType"/>
<element name="Features" type="{http://www.disy.net/pd}FeaturesType"/>
<element ref="{http://www.opengis.net/se}FeatureTypeStyle" minOccurs="0"/>
<element name="hints" type="{http://www.disy.net/pd}Hints"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FeaturesType |
features |
protected FeatureTypeDescriptionType |
featureTypeDescription |
protected net.opengis.se.v_1_1_0.FeatureTypeStyleType |
featureTypeStyle |
protected Hints |
hints |
_abstract, identifier, metadata, presentationDirectiveTitle| Constructor and Description |
|---|
StyledFeatureCollectionType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
FeaturesType |
getFeatures()
Gets the value of the features property.
|
FeatureTypeDescriptionType |
getFeatureTypeDescription()
Gets the value of the featureTypeDescription property.
|
net.opengis.se.v_1_1_0.FeatureTypeStyleType |
getFeatureTypeStyle()
Gets the value of the featureTypeStyle property.
|
Hints |
getHints()
Gets the value of the hints property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setFeatures(FeaturesType value)
Sets the value of the features property.
|
void |
setFeatureTypeDescription(FeatureTypeDescriptionType value)
Sets the value of the featureTypeDescription property.
|
void |
setFeatureTypeStyle(net.opengis.se.v_1_1_0.FeatureTypeStyleType value)
Sets the value of the featureTypeStyle property.
|
void |
setHints(Hints value)
Sets the value of the hints property.
|
String |
toString() |
getAbstract, getIdentifier, getMetadata, getPresentationDirectiveTitle, setAbstract, setIdentifier, setMetadata, setPresentationDirectiveTitleprotected FeatureTypeDescriptionType featureTypeDescription
protected FeaturesType features
protected net.opengis.se.v_1_1_0.FeatureTypeStyleType featureTypeStyle
protected Hints hints
public FeatureTypeDescriptionType getFeatureTypeDescription()
FeatureTypeDescriptionTypepublic void setFeatureTypeDescription(FeatureTypeDescriptionType value)
value - allowed object is
FeatureTypeDescriptionTypepublic FeaturesType getFeatures()
FeaturesTypepublic void setFeatures(FeaturesType value)
value - allowed object is
FeaturesTypepublic net.opengis.se.v_1_1_0.FeatureTypeStyleType getFeatureTypeStyle()
FeatureTypeStyleTypepublic void setFeatureTypeStyle(net.opengis.se.v_1_1_0.FeatureTypeStyleType value)
value - allowed object is
FeatureTypeStyleTypepublic Hints getHints()
Hintspublic void setHints(Hints value)
value - allowed object is
Hintspublic String toString()
toString in class PresentationDirectiveTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class PresentationDirectiveTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class PresentationDirectiveTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class PresentationDirectiveTypepublic boolean equals(Object object)
equals in class PresentationDirectiveTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class PresentationDirectiveTypepublic int hashCode()
hashCode in class PresentationDirectiveTypepublic Object clone()
clone in class PresentationDirectiveTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class PresentationDirectiveTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class PresentationDirectiveTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class PresentationDirectiveTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class PresentationDirectiveTypeCopyright © 2009-2014. All Rights Reserved.