net.opengis.iso19139.gmd.v_20070417
Class EXBoundingPolygonType
java.lang.Object
net.opengis.iso19139.gco.v_20070417.AbstractObjectType
net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
net.opengis.iso19139.gmd.v_20070417.EXBoundingPolygonType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
public class EXBoundingPolygonType
- extends AbstractEXGeographicExtentType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Boundary enclosing the dataset expressed as the closed set of (x,y) coordinates of the polygon (last point replicates first point)
Java class for EX_BoundingPolygon_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EX_BoundingPolygon_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gmd}AbstractEX_GeographicExtent_Type">
<sequence>
<element name="polygon" type="{http://www.isotc211.org/2005/gss}GM_Object_PropertyType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
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)
|
List<GMObjectPropertyType> |
getPolygon()
Gets the value of the polygon property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetPolygon()
|
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 |
setPolygon(List<GMObjectPropertyType> value)
|
String |
toString()
|
void |
unsetPolygon()
|
EXBoundingPolygonType |
withExtentTypeCode(BooleanPropertyType value)
|
EXBoundingPolygonType |
withId(String value)
|
EXBoundingPolygonType |
withPolygon(Collection<GMObjectPropertyType> values)
|
EXBoundingPolygonType |
withPolygon(GMObjectPropertyType... values)
|
EXBoundingPolygonType |
withPolygon(List<GMObjectPropertyType> value)
|
EXBoundingPolygonType |
withUuid(String value)
|
polygon
protected List<GMObjectPropertyType> polygon
EXBoundingPolygonType
public EXBoundingPolygonType()
getPolygon
public List<GMObjectPropertyType> getPolygon()
- Gets the value of the polygon property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the polygon property.
For example, to add a new item, do as follows:
getPolygon().add(newItem);
Objects of the following type(s) are allowed in the list
GMObjectPropertyType
isSetPolygon
public boolean isSetPolygon()
unsetPolygon
public void unsetPolygon()
toString
public String toString()
- Overrides:
toString in class AbstractEXGeographicExtentType
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 AbstractEXGeographicExtentType
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 AbstractEXGeographicExtentType
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 AbstractEXGeographicExtentType
equals
public boolean equals(Object object)
- Overrides:
equals in class AbstractEXGeographicExtentType
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 AbstractEXGeographicExtentType
hashCode
public int hashCode()
- Overrides:
hashCode in class AbstractEXGeographicExtentType
clone
public Object clone()
- Overrides:
clone in class AbstractEXGeographicExtentType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class AbstractEXGeographicExtentType
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 AbstractEXGeographicExtentType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class AbstractEXGeographicExtentType
mergeFrom
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)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class AbstractEXGeographicExtentType
setPolygon
public void setPolygon(List<GMObjectPropertyType> value)
withPolygon
public EXBoundingPolygonType withPolygon(GMObjectPropertyType... values)
withPolygon
public EXBoundingPolygonType withPolygon(Collection<GMObjectPropertyType> values)
withPolygon
public EXBoundingPolygonType withPolygon(List<GMObjectPropertyType> value)
withExtentTypeCode
public EXBoundingPolygonType withExtentTypeCode(BooleanPropertyType value)
- Overrides:
withExtentTypeCode in class AbstractEXGeographicExtentType
withId
public EXBoundingPolygonType withId(String value)
- Overrides:
withId in class AbstractEXGeographicExtentType
withUuid
public EXBoundingPolygonType withUuid(String value)
- Overrides:
withUuid in class AbstractEXGeographicExtentType
Copyright © 2008-2015. All Rights Reserved.