net.opengis.gml.schema
Class PointType
java.lang.Object
net.opengis.gml.schema.AbstractGMLType
net.opengis.gml.schema.AbstractGeometryType
net.opengis.gml.schema.AbstractGeometricPrimitiveType
net.opengis.gml.schema.PointType
- All Implemented Interfaces:
- Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
public class PointType
- extends AbstractGeometricPrimitiveType
- implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
A Point is defined by a single coordinate tuple.
Java class for PointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGeometricPrimitiveType">
<sequence>
<element ref="{http://www.opengis.net/gml}pos"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Field Summary |
protected Pos |
pos
|
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)
|
Pos |
getPos()
Gets the value of the pos property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetPos()
|
void |
setPos(Pos value)
Sets the value of the pos property. |
String |
toString()
|
pos
protected Pos pos
PointType
public PointType()
getPos
public Pos getPos()
- Gets the value of the pos property.
- Returns:
- possible object is
Pos
setPos
public void setPos(Pos value)
- Sets the value of the pos property.
- Parameters:
value
- allowed object is
Pos
isSetPos
public boolean isSetPos()
toString
public String toString()
- Overrides:
toString
in class AbstractGeometricPrimitiveType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
append
in interface org.jvnet.jaxb2_commons.lang.ToString
- Overrides:
append
in class AbstractGeometricPrimitiveType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
- Overrides:
appendFields
in class AbstractGeometricPrimitiveType
equals
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)
- Specified by:
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in class AbstractGeometricPrimitiveType
equals
public boolean equals(Object object)
- Overrides:
equals
in class AbstractGeometricPrimitiveType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in class AbstractGeometricPrimitiveType
hashCode
public int hashCode()
- Overrides:
hashCode
in class AbstractGeometricPrimitiveType
clone
public Object clone()
- Overrides:
clone
in class AbstractGeometricPrimitiveType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
- Overrides:
copyTo
in class AbstractGeometricPrimitiveType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
- Overrides:
copyTo
in class AbstractGeometricPrimitiveType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2011 TRiDaS. All Rights Reserved.