public class EnvelopeType extends net.opengis.gml.v_3_2_1.AbstractSurfaceType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for EnvelopeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnvelopeType">
<complexContent>
<extension base="{http://www.opengis.net/gml/3.2}AbstractSurfaceType">
<sequence>
<element name="lowerCorner">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.opengis.net/gml/3.2}pos"/>
<element ref="{http://www.opengis.net/gml/3.2}pointProperty"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="upperCorner">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.opengis.net/gml/3.2}pos"/>
<element ref="{http://www.opengis.net/gml/3.2}pointProperty"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<group ref="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}resolutionGroup"/>
<element name="horizPresentation" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lowerCorner" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}HorizontalPresentationType"/>
<element name="upperCorner" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}HorizontalPresentationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="vertPresentation" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lowerCorner" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}VerticalPresentationType"/>
<element name="upperCorner" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}VerticalPresentationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
EnvelopeType.HorizPresentation
Java class for anonymous complex type.
|
static class |
EnvelopeType.LowerCorner
Java class for anonymous complex type.
|
static class |
EnvelopeType.UpperCorner
Java class for anonymous complex type.
|
static class |
EnvelopeType.VertPresentation
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected EnvelopeType.HorizPresentation |
horizPresentation |
protected HorizontalResolutionType |
horizResolutionCategory |
protected EnvelopeType.LowerCorner |
lowerCorner |
protected EnvelopeType.UpperCorner |
upperCorner |
protected EnvelopeType.VertPresentation |
vertPresentation |
protected VerticalResolutionType |
vertResolutionCategory |
| Constructor and Description |
|---|
EnvelopeType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy) |
EnvelopeType.HorizPresentation |
getHorizPresentation()
Gets the value of the horizPresentation property.
|
HorizontalResolutionType |
getHorizResolutionCategory()
Gets the value of the horizResolutionCategory property.
|
EnvelopeType.LowerCorner |
getLowerCorner()
Gets the value of the lowerCorner property.
|
EnvelopeType.UpperCorner |
getUpperCorner()
Gets the value of the upperCorner property.
|
EnvelopeType.VertPresentation |
getVertPresentation()
Gets the value of the vertPresentation property.
|
VerticalResolutionType |
getVertResolutionCategory()
Gets the value of the vertResolutionCategory property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetHorizPresentation() |
boolean |
isSetHorizResolutionCategory() |
boolean |
isSetLowerCorner() |
boolean |
isSetUpperCorner() |
boolean |
isSetVertPresentation() |
boolean |
isSetVertResolutionCategory() |
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.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setHorizPresentation(EnvelopeType.HorizPresentation value)
Sets the value of the horizPresentation property.
|
void |
setHorizResolutionCategory(HorizontalResolutionType value)
Sets the value of the horizResolutionCategory property.
|
void |
setLowerCorner(EnvelopeType.LowerCorner value)
Sets the value of the lowerCorner property.
|
void |
setUpperCorner(EnvelopeType.UpperCorner value)
Sets the value of the upperCorner property.
|
void |
setVertPresentation(EnvelopeType.VertPresentation value)
Sets the value of the vertPresentation property.
|
void |
setVertResolutionCategory(VerticalResolutionType value)
Sets the value of the vertResolutionCategory property.
|
String |
toString() |
withAxisLabels, withAxisLabels, withAxisLabels, withDescription, withDescriptionReference, withId, withIdentifier, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName, withSrsDimension, withSrsName, withUomLabels, withUomLabels, withUomLabelsgetAxisLabels, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetUomLabelsgetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName@NotNull(message="EnvelopeType.lowerCorner {javax.validation.constraints.NotNull.message}")
protected EnvelopeType.LowerCorner lowerCorner
@NotNull(message="EnvelopeType.upperCorner {javax.validation.constraints.NotNull.message}")
protected EnvelopeType.UpperCorner upperCorner
protected HorizontalResolutionType horizResolutionCategory
protected VerticalResolutionType vertResolutionCategory
protected EnvelopeType.HorizPresentation horizPresentation
protected EnvelopeType.VertPresentation vertPresentation
public EnvelopeType.LowerCorner getLowerCorner()
EnvelopeType.LowerCornerpublic void setLowerCorner(EnvelopeType.LowerCorner value)
value - allowed object is
EnvelopeType.LowerCornerpublic boolean isSetLowerCorner()
public EnvelopeType.UpperCorner getUpperCorner()
EnvelopeType.UpperCornerpublic void setUpperCorner(EnvelopeType.UpperCorner value)
value - allowed object is
EnvelopeType.UpperCornerpublic boolean isSetUpperCorner()
public HorizontalResolutionType getHorizResolutionCategory()
HorizontalResolutionTypepublic void setHorizResolutionCategory(HorizontalResolutionType value)
value - allowed object is
HorizontalResolutionTypepublic boolean isSetHorizResolutionCategory()
public VerticalResolutionType getVertResolutionCategory()
VerticalResolutionTypepublic void setVertResolutionCategory(VerticalResolutionType value)
value - allowed object is
VerticalResolutionTypepublic boolean isSetVertResolutionCategory()
public EnvelopeType.HorizPresentation getHorizPresentation()
EnvelopeType.HorizPresentationpublic void setHorizPresentation(EnvelopeType.HorizPresentation value)
value - allowed object is
EnvelopeType.HorizPresentationpublic boolean isSetHorizPresentation()
public EnvelopeType.VertPresentation getVertPresentation()
EnvelopeType.VertPresentationpublic void setVertPresentation(EnvelopeType.VertPresentation value)
value - allowed object is
EnvelopeType.VertPresentationpublic boolean isSetVertPresentation()
public String toString()
toString in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypepublic boolean equals(Object object)
equals in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypepublic int hashCode()
hashCode in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypepublic Object clone()
clone in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypepublic 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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class net.opengis.gml.v_3_2_1.AbstractSurfaceTypeCopyright © 2014–2016 Pink Summit, LLC. All rights reserved.