public abstract class AbstractGeometryType extends AbstractGMLType
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/3.2}AbstractGMLType">
<attGroup ref="{http://www.opengis.net/gml/3.2}SRSReferenceGroup"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
srsDimension |
protected String |
srsName |
descriptionReference, id, identifier, name| Constructor and Description |
|---|
AbstractGeometryType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getSrsDimension()
Gets the value of the srsDimension property.
|
String |
getSrsName()
Gets the value of the srsName property.
|
void |
setSrsDimension(BigInteger value)
Sets the value of the srsDimension property.
|
void |
setSrsName(String value)
Sets the value of the srsName property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AbstractGeometryType |
withDescriptionReference(ReferenceType value) |
AbstractGeometryType |
withId(String value) |
AbstractGeometryType |
withIdentifier(CodeWithAuthorityType value) |
AbstractGeometryType |
withName(CodeType... values) |
AbstractGeometryType |
withName(Collection<CodeType> values) |
AbstractGeometryType |
withSrsDimension(BigInteger value) |
AbstractGeometryType |
withSrsName(String value) |
getDescriptionReference, getId, getIdentifier, getName, setDescriptionReference, setId, setIdentifierprotected String srsName
protected BigInteger srsDimension
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic BigInteger getSrsDimension()
BigIntegerpublic void setSrsDimension(BigInteger value)
value - allowed object is
BigIntegerpublic AbstractGeometryType withSrsName(String value)
public AbstractGeometryType withSrsDimension(BigInteger value)
public AbstractGeometryType withDescriptionReference(ReferenceType value)
withDescriptionReference in class AbstractGMLTypepublic AbstractGeometryType withIdentifier(CodeWithAuthorityType value)
withIdentifier in class AbstractGMLTypepublic AbstractGeometryType withName(CodeType... values)
withName in class AbstractGMLTypepublic AbstractGeometryType withName(Collection<CodeType> values)
withName in class AbstractGMLTypepublic AbstractGeometryType withId(String value)
withId in class AbstractGMLTypepublic String toString()
toString in class AbstractGMLTypeCopyright © 2018 Entur AS. All rights reserved.