public class GeometryPropertyType extends Object
Java class for GeometryPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeometryPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element ref="{http://www.opengis.net/gml}_Geometry"/>
</sequence>
<attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actuate |
protected String |
arcrole |
protected JAXBElement<? extends AbstractGeometryType> |
geometry |
protected String |
href |
protected String |
remoteSchema |
protected String |
role |
protected String |
show |
protected String |
title |
protected String |
type |
| Constructor and Description |
|---|
GeometryPropertyType()
Default no-arg constructor
|
GeometryPropertyType(JAXBElement<? extends AbstractGeometryType> geometry,
String remoteSchema,
String type,
String href,
String role,
String arcrole,
String title,
String show,
String actuate)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActuate()
Gets the value of the actuate property.
|
String |
getArcrole()
Gets the value of the arcrole property.
|
JAXBElement<? extends AbstractGeometryType> |
getGeometry()
Gets the value of the geometry property.
|
String |
getHref()
Gets the value of the href property.
|
String |
getRemoteSchema()
Gets the value of the remoteSchema property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getShow()
Gets the value of the show property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getType()
Gets the value of the type property.
|
void |
setActuate(String value)
Sets the value of the actuate property.
|
void |
setArcrole(String value)
Sets the value of the arcrole property.
|
void |
setGeometry(JAXBElement<? extends AbstractGeometryType> value)
Sets the value of the geometry property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setRemoteSchema(String value)
Sets the value of the remoteSchema property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setShow(String value)
Sets the value of the show property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected JAXBElement<? extends AbstractGeometryType> geometry
protected String remoteSchema
protected String type
protected String href
protected String role
protected String arcrole
protected String title
protected String show
protected String actuate
public GeometryPropertyType()
public GeometryPropertyType(JAXBElement<? extends AbstractGeometryType> geometry, String remoteSchema, String type, String href, String role, String arcrole, String title, String show, String actuate)
public JAXBElement<? extends AbstractGeometryType> getGeometry()
Curve
AbstractGeometry
Solid
TriangulatedSurface
OrientableSurface
Polygon
GeometricPrimitive
LineString
MultiPoint
MultiSurface
Point
AbstractCurve
Surface
MultiLineString
MultiSolid
MultiGeometry
AbstractSurface
LinearRing
OrientableCurve
PolyhedralSurface
Tin
AbstractRing
MultiCurve
AbstractSolid
Ring
MultiPolygon
GeometricAggregatepublic void setGeometry(JAXBElement<? extends AbstractGeometryType> value)
value - allowed object is
Curve
AbstractGeometry
Solid
TriangulatedSurface
OrientableSurface
Polygon
GeometricPrimitive
LineString
MultiPoint
MultiSurface
Point
AbstractCurve
Surface
MultiLineString
MultiSolid
MultiGeometry
AbstractSurface
LinearRing
OrientableCurve
PolyhedralSurface
Tin
AbstractRing
MultiCurve
AbstractSolid
Ring
MultiPolygon
GeometricAggregatepublic String getRemoteSchema()
Stringpublic void setRemoteSchema(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getShow()
Stringpublic void setShow(String value)
value - allowed object is
Stringpublic String getActuate()
StringCopyright © 2021 B3Partners B.V.. All rights reserved.