Class EXGeographicBoundingBoxType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
-
- net.opengis.iso19139.gmd.v_20070417.EXGeographicBoundingBoxType
-
- 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 EXGeographicBoundingBoxType 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
Geographic area of the entire dataset referenced to WGS 84Java class for EX_GeographicBoundingBox_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EX_GeographicBoundingBox_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmd}AbstractEX_GeographicExtent_Type"> <sequence> <element name="westBoundLongitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/> <element name="eastBoundLongitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/> <element name="southBoundLatitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/> <element name="northBoundLatitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DecimalPropertyTypeeastBoundLongitudeprotected DecimalPropertyTypenorthBoundLatitudeprotected DecimalPropertyTypesouthBoundLatitudeprotected DecimalPropertyTypewestBoundLongitude-
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 EXGeographicBoundingBoxType()Default no-arg constructorEXGeographicBoundingBoxType(String id, String uuid, BooleanPropertyType extentTypeCode, DecimalPropertyType westBoundLongitude, DecimalPropertyType eastBoundLongitude, DecimalPropertyType southBoundLatitude, DecimalPropertyType northBoundLatitude)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)DecimalPropertyTypegetEastBoundLongitude()Gets the value of the eastBoundLongitude property.DecimalPropertyTypegetNorthBoundLatitude()Gets the value of the northBoundLatitude property.DecimalPropertyTypegetSouthBoundLatitude()Gets the value of the southBoundLatitude property.DecimalPropertyTypegetWestBoundLongitude()Gets the value of the westBoundLongitude property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetEastBoundLongitude()booleanisSetNorthBoundLatitude()booleanisSetSouthBoundLatitude()booleanisSetWestBoundLongitude()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)voidsetEastBoundLongitude(DecimalPropertyType value)Sets the value of the eastBoundLongitude property.voidsetNorthBoundLatitude(DecimalPropertyType value)Sets the value of the northBoundLatitude property.voidsetSouthBoundLatitude(DecimalPropertyType value)Sets the value of the southBoundLatitude property.voidsetWestBoundLongitude(DecimalPropertyType value)Sets the value of the westBoundLongitude property.StringtoString()EXGeographicBoundingBoxTypewithEastBoundLongitude(DecimalPropertyType value)EXGeographicBoundingBoxTypewithExtentTypeCode(BooleanPropertyType value)EXGeographicBoundingBoxTypewithId(String value)EXGeographicBoundingBoxTypewithNorthBoundLatitude(DecimalPropertyType value)EXGeographicBoundingBoxTypewithSouthBoundLatitude(DecimalPropertyType value)EXGeographicBoundingBoxTypewithUuid(String value)EXGeographicBoundingBoxTypewithWestBoundLongitude(DecimalPropertyType value)-
Methods inherited from class net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
getExtentTypeCode, isSetExtentTypeCode, setExtentTypeCode
-
-
-
-
Field Detail
-
westBoundLongitude
protected DecimalPropertyType westBoundLongitude
-
eastBoundLongitude
protected DecimalPropertyType eastBoundLongitude
-
southBoundLatitude
protected DecimalPropertyType southBoundLatitude
-
northBoundLatitude
protected DecimalPropertyType northBoundLatitude
-
-
Constructor Detail
-
EXGeographicBoundingBoxType
public EXGeographicBoundingBoxType()
Default no-arg constructor
-
EXGeographicBoundingBoxType
public EXGeographicBoundingBoxType(String id, String uuid, BooleanPropertyType extentTypeCode, DecimalPropertyType westBoundLongitude, DecimalPropertyType eastBoundLongitude, DecimalPropertyType southBoundLatitude, DecimalPropertyType northBoundLatitude)
Fully-initialising value constructor
-
-
Method Detail
-
getWestBoundLongitude
public DecimalPropertyType getWestBoundLongitude()
Gets the value of the westBoundLongitude property.- Returns:
- possible object is
DecimalPropertyType
-
setWestBoundLongitude
public void setWestBoundLongitude(DecimalPropertyType value)
Sets the value of the westBoundLongitude property.- Parameters:
value- allowed object isDecimalPropertyType
-
isSetWestBoundLongitude
public boolean isSetWestBoundLongitude()
-
getEastBoundLongitude
public DecimalPropertyType getEastBoundLongitude()
Gets the value of the eastBoundLongitude property.- Returns:
- possible object is
DecimalPropertyType
-
setEastBoundLongitude
public void setEastBoundLongitude(DecimalPropertyType value)
Sets the value of the eastBoundLongitude property.- Parameters:
value- allowed object isDecimalPropertyType
-
isSetEastBoundLongitude
public boolean isSetEastBoundLongitude()
-
getSouthBoundLatitude
public DecimalPropertyType getSouthBoundLatitude()
Gets the value of the southBoundLatitude property.- Returns:
- possible object is
DecimalPropertyType
-
setSouthBoundLatitude
public void setSouthBoundLatitude(DecimalPropertyType value)
Sets the value of the southBoundLatitude property.- Parameters:
value- allowed object isDecimalPropertyType
-
isSetSouthBoundLatitude
public boolean isSetSouthBoundLatitude()
-
getNorthBoundLatitude
public DecimalPropertyType getNorthBoundLatitude()
Gets the value of the northBoundLatitude property.- Returns:
- possible object is
DecimalPropertyType
-
setNorthBoundLatitude
public void setNorthBoundLatitude(DecimalPropertyType value)
Sets the value of the northBoundLatitude property.- Parameters:
value- allowed object isDecimalPropertyType
-
isSetNorthBoundLatitude
public boolean isSetNorthBoundLatitude()
-
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
-
withWestBoundLongitude
public EXGeographicBoundingBoxType withWestBoundLongitude(DecimalPropertyType value)
-
withEastBoundLongitude
public EXGeographicBoundingBoxType withEastBoundLongitude(DecimalPropertyType value)
-
withSouthBoundLatitude
public EXGeographicBoundingBoxType withSouthBoundLatitude(DecimalPropertyType value)
-
withNorthBoundLatitude
public EXGeographicBoundingBoxType withNorthBoundLatitude(DecimalPropertyType value)
-
withExtentTypeCode
public EXGeographicBoundingBoxType withExtentTypeCode(BooleanPropertyType value)
- Overrides:
withExtentTypeCodein classAbstractEXGeographicExtentType
-
withId
public EXGeographicBoundingBoxType withId(String value)
- Overrides:
withIdin classAbstractEXGeographicExtentType
-
withUuid
public EXGeographicBoundingBoxType withUuid(String value)
- Overrides:
withUuidin classAbstractEXGeographicExtentType
-
-