net.opengis.gml.schema
Class AbstractGeometryType
java.lang.Object
net.opengis.gml.schema.AbstractGMLType
net.opengis.gml.schema.AbstractGeometryType
- 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
- Direct Known Subclasses:
- AbstractGeometricAggregateType, AbstractGeometricPrimitiveType, LinearRingType
public abstract class AbstractGeometryType
- extends AbstractGMLType
- 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
All geometry elements are derived directly or indirectly
from this abstract supertype. A geometry element may
have an identifying attribute ("gml:id"), a name (attribute
"name") and a description (attribute "description"). It may
be associated with a spatial reference system (attribute
"srsName"). The following rules shall be adhered: - Every
geometry type shall derive from this abstract type. - Every
geometry element (i.e. an element of a geometry type) shall
be directly or indirectly in the substitution group of _Geometry.
Java class for AbstractGeometryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractGeometryType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGMLType">
<attribute name="srsName" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
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)
|
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)
|
String |
getSrsName()
Gets the value of the srsName property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetSrsName()
|
void |
setSrsName(String value)
Sets the value of the srsName property. |
String |
toString()
|
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo |
createNewInstance |
srsName
protected String srsName
AbstractGeometryType
public AbstractGeometryType()
getSrsName
public String getSrsName()
- Gets the value of the srsName property.
- Returns:
- possible object is
String
setSrsName
public void setSrsName(String value)
- Sets the value of the srsName property.
- Parameters:
value
- allowed object is
String
isSetSrsName
public boolean isSetSrsName()
toString
public String toString()
- Overrides:
toString
in class AbstractGMLType
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 AbstractGMLType
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 AbstractGMLType
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 AbstractGMLType
equals
public boolean equals(Object object)
- Overrides:
equals
in class AbstractGMLType
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 AbstractGMLType
hashCode
public int hashCode()
- Overrides:
hashCode
in class AbstractGMLType
clone
public Object clone()
- Overrides:
clone
in class AbstractGMLType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
- Overrides:
copyTo
in class AbstractGMLType
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 AbstractGMLType
Copyright © 2011 TRiDaS. All Rights Reserved.