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.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class EXBoundingPolygonType extends AbstractEXGeographicExtentType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<GMObjectPropertyType>polygon-
Fields inherited from class net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
extentTypeCode
-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description EXBoundingPolygonType()Default no-arg constructorEXBoundingPolygonType(String id, String uuid, BooleanPropertyType extentTypeCode, List<GMObjectPropertyType> polygon)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)List<GMObjectPropertyType>getPolygon()Gets the value of the polygon property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetPolygon()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetPolygon(List<GMObjectPropertyType> value)StringtoString()voidunsetPolygon()EXBoundingPolygonTypewithExtentTypeCode(BooleanPropertyType value)EXBoundingPolygonTypewithId(String value)EXBoundingPolygonTypewithPolygon(Collection<GMObjectPropertyType> values)EXBoundingPolygonTypewithPolygon(List<GMObjectPropertyType> value)EXBoundingPolygonTypewithPolygon(GMObjectPropertyType... values)EXBoundingPolygonTypewithUuid(String value)-
Methods inherited from class net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
getExtentTypeCode, isSetExtentTypeCode, setExtentTypeCode
-
-
-
-
Field Detail
-
polygon
protected List<GMObjectPropertyType> polygon
-
-
Constructor Detail
-
EXBoundingPolygonType
public EXBoundingPolygonType()
Default no-arg constructor
-
EXBoundingPolygonType
public EXBoundingPolygonType(String id, String uuid, BooleanPropertyType extentTypeCode, List<GMObjectPropertyType> polygon)
Fully-initialising value constructor
-
-
Method Detail
-
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 Jakarta XML Binding object. This is why there is not a
setmethod 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:
toStringin classAbstractEXGeographicExtentType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractEXGeographicExtentType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractEXGeographicExtentType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractEXGeographicExtentType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractEXGeographicExtentType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractEXGeographicExtentType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractEXGeographicExtentType
-
clone
public Object clone()
- Overrides:
clonein classAbstractEXGeographicExtentType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractEXGeographicExtentType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractEXGeographicExtentType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractEXGeographicExtentType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractEXGeographicExtentType
-
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:
withExtentTypeCodein classAbstractEXGeographicExtentType
-
withId
public EXBoundingPolygonType withId(String value)
- Overrides:
withIdin classAbstractEXGeographicExtentType
-
withUuid
public EXBoundingPolygonType withUuid(String value)
- Overrides:
withUuidin classAbstractEXGeographicExtentType
-
-