|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.disy.ogc.wpspd.v_1_0_0.PresentationDirectiveType
net.disy.ogc.wpspd.v_1_0_0.GeometryType
public class GeometryType
...
Java class for GeometryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeometryType">
<complexContent>
<extension base="{http://www.disy.net/pd}PresentationDirectiveType">
<sequence>
<element ref="{http://www.opengis.net/gml}_Geometry"/>
<element ref="{http://www.opengis.net/se}Symbolizer" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<net.opengis.gml.v_3_1_1.AbstractGeometryType> |
geometry
|
protected JAXBElement<net.opengis.se.v_1_1_0.SymbolizerType> |
symbolizer
|
| Fields inherited from class net.disy.ogc.wpspd.v_1_0_0.PresentationDirectiveType |
|---|
_abstract, identifier, metadata, presentationDirectiveTitle |
| Constructor Summary | |
|---|---|
GeometryType()
|
|
| Method Summary | |
|---|---|
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)
|
JAXBElement<net.opengis.gml.v_3_1_1.AbstractGeometryType> |
getGeometry()
Gets the value of the geometry property. |
JAXBElement<net.opengis.se.v_1_1_0.SymbolizerType> |
getSymbolizer()
Gets the value of the symbolizer 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 |
setGeometry(JAXBElement<net.opengis.gml.v_3_1_1.AbstractGeometryType> value)
Sets the value of the geometry property. |
void |
setSymbolizer(JAXBElement<net.opengis.se.v_1_1_0.SymbolizerType> value)
Sets the value of the symbolizer property. |
String |
toString()
|
| Methods inherited from class net.disy.ogc.wpspd.v_1_0_0.PresentationDirectiveType |
|---|
getAbstract, getIdentifier, getMetadata, getPresentationDirectiveTitle, setAbstract, setIdentifier, setMetadata, setPresentationDirectiveTitle |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected JAXBElement<net.opengis.gml.v_3_1_1.AbstractGeometryType> geometry
protected JAXBElement<net.opengis.se.v_1_1_0.SymbolizerType> symbolizer
| Constructor Detail |
|---|
public GeometryType()
| Method Detail |
|---|
public JAXBElement<net.opengis.gml.v_3_1_1.AbstractGeometryType> getGeometry()
JAXBElement<AbstractGeometryType>public void setGeometry(JAXBElement<net.opengis.gml.v_3_1_1.AbstractGeometryType> value)
value - allowed object is
JAXBElement<AbstractGeometryType>public JAXBElement<net.opengis.se.v_1_1_0.SymbolizerType> getSymbolizer()
JAXBElement<SymbolizerType>public void setSymbolizer(JAXBElement<net.opengis.se.v_1_1_0.SymbolizerType> value)
value - allowed object is
JAXBElement<SymbolizerType>public String toString()
toString in class PresentationDirectiveType
public 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 PresentationDirectiveType
public 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 PresentationDirectiveType
public 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 PresentationDirectiveType
public 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 PresentationDirectiveType
public 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.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class PresentationDirectiveType
public 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 PresentationDirectiveType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||