Class MDGeorectifiedType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.AbstractMDSpatialRepresentationType
-
- net.opengis.iso19139.gmd.v_20070417.MDGridSpatialRepresentationType
-
- net.opengis.iso19139.gmd.v_20070417.MDGeorectifiedType
-
- 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 MDGeorectifiedType extends MDGridSpatialRepresentationType 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
Java class for MD_Georectified_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_Georectified_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmd}MD_GridSpatialRepresentation_Type"> <sequence> <element name="checkPointAvailability" type="{http://www.isotc211.org/2005/gco}Boolean_PropertyType"/> <element name="checkPointDescription" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="cornerPoints" type="{http://www.isotc211.org/2005/gss}GM_Point_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="centerPoint" type="{http://www.isotc211.org/2005/gss}GM_Point_PropertyType" minOccurs="0"/> <element name="pointInPixel" type="{http://www.isotc211.org/2005/gmd}MD_PixelOrientationCode_PropertyType"/> <element name="transformationDimensionDescription" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="transformationDimensionMapping" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="2" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected GMPointPropertyTypecenterPointprotected BooleanPropertyTypecheckPointAvailabilityprotected CharacterStringPropertyTypecheckPointDescriptionprotected List<GMPointPropertyType>cornerPointsprotected MDPixelOrientationCodePropertyTypepointInPixelprotected CharacterStringPropertyTypetransformationDimensionDescriptionprotected List<CharacterStringPropertyType>transformationDimensionMapping-
Fields inherited from class net.opengis.iso19139.gmd.v_20070417.MDGridSpatialRepresentationType
axisDimensionProperties, cellGeometry, numberOfDimensions, transformationParameterAvailability
-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDGeorectifiedType()Default no-arg constructorMDGeorectifiedType(String id, String uuid, IntegerPropertyType numberOfDimensions, List<MDDimensionPropertyType> axisDimensionProperties, MDCellGeometryCodePropertyType cellGeometry, BooleanPropertyType transformationParameterAvailability, BooleanPropertyType checkPointAvailability, CharacterStringPropertyType checkPointDescription, List<GMPointPropertyType> cornerPoints, GMPointPropertyType centerPoint, MDPixelOrientationCodePropertyType pointInPixel, CharacterStringPropertyType transformationDimensionDescription, List<CharacterStringPropertyType> transformationDimensionMapping)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.iso19139.gmd.v_20070417.MDGridSpatialRepresentationType
getAxisDimensionProperties, getCellGeometry, getNumberOfDimensions, getTransformationParameterAvailability, isSetAxisDimensionProperties, isSetCellGeometry, isSetNumberOfDimensions, isSetTransformationParameterAvailability, setAxisDimensionProperties, setCellGeometry, setNumberOfDimensions, setTransformationParameterAvailability, unsetAxisDimensionProperties
-
-
-
-
Field Detail
-
checkPointAvailability
protected BooleanPropertyType checkPointAvailability
-
checkPointDescription
protected CharacterStringPropertyType checkPointDescription
-
cornerPoints
protected List<GMPointPropertyType> cornerPoints
-
centerPoint
protected GMPointPropertyType centerPoint
-
pointInPixel
protected MDPixelOrientationCodePropertyType pointInPixel
-
transformationDimensionDescription
protected CharacterStringPropertyType transformationDimensionDescription
-
transformationDimensionMapping
protected List<CharacterStringPropertyType> transformationDimensionMapping
-
-
Constructor Detail
-
MDGeorectifiedType
public MDGeorectifiedType()
Default no-arg constructor
-
MDGeorectifiedType
public MDGeorectifiedType(String id, String uuid, IntegerPropertyType numberOfDimensions, List<MDDimensionPropertyType> axisDimensionProperties, MDCellGeometryCodePropertyType cellGeometry, BooleanPropertyType transformationParameterAvailability, BooleanPropertyType checkPointAvailability, CharacterStringPropertyType checkPointDescription, List<GMPointPropertyType> cornerPoints, GMPointPropertyType centerPoint, MDPixelOrientationCodePropertyType pointInPixel, CharacterStringPropertyType transformationDimensionDescription, List<CharacterStringPropertyType> transformationDimensionMapping)
Fully-initialising value constructor
-
-
Method Detail
-
getCheckPointAvailability
public BooleanPropertyType getCheckPointAvailability()
Gets the value of the checkPointAvailability property.- Returns:
- possible object is
BooleanPropertyType
-
setCheckPointAvailability
public void setCheckPointAvailability(BooleanPropertyType value)
Sets the value of the checkPointAvailability property.- Parameters:
value- allowed object isBooleanPropertyType
-
isSetCheckPointAvailability
public boolean isSetCheckPointAvailability()
-
getCheckPointDescription
public CharacterStringPropertyType getCheckPointDescription()
Gets the value of the checkPointDescription property.- Returns:
- possible object is
CharacterStringPropertyType
-
setCheckPointDescription
public void setCheckPointDescription(CharacterStringPropertyType value)
Sets the value of the checkPointDescription property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetCheckPointDescription
public boolean isSetCheckPointDescription()
-
getCornerPoints
public List<GMPointPropertyType> getCornerPoints()
Gets the value of the cornerPoints 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 cornerPoints property.For example, to add a new item, do as follows:
getCornerPoints().add(newItem);Objects of the following type(s) are allowed in the list
GMPointPropertyType
-
isSetCornerPoints
public boolean isSetCornerPoints()
-
unsetCornerPoints
public void unsetCornerPoints()
-
getCenterPoint
public GMPointPropertyType getCenterPoint()
Gets the value of the centerPoint property.- Returns:
- possible object is
GMPointPropertyType
-
setCenterPoint
public void setCenterPoint(GMPointPropertyType value)
Sets the value of the centerPoint property.- Parameters:
value- allowed object isGMPointPropertyType
-
isSetCenterPoint
public boolean isSetCenterPoint()
-
getPointInPixel
public MDPixelOrientationCodePropertyType getPointInPixel()
Gets the value of the pointInPixel property.- Returns:
- possible object is
MDPixelOrientationCodePropertyType
-
setPointInPixel
public void setPointInPixel(MDPixelOrientationCodePropertyType value)
Sets the value of the pointInPixel property.- Parameters:
value- allowed object isMDPixelOrientationCodePropertyType
-
isSetPointInPixel
public boolean isSetPointInPixel()
-
getTransformationDimensionDescription
public CharacterStringPropertyType getTransformationDimensionDescription()
Gets the value of the transformationDimensionDescription property.- Returns:
- possible object is
CharacterStringPropertyType
-
setTransformationDimensionDescription
public void setTransformationDimensionDescription(CharacterStringPropertyType value)
Sets the value of the transformationDimensionDescription property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetTransformationDimensionDescription
public boolean isSetTransformationDimensionDescription()
-
getTransformationDimensionMapping
public List<CharacterStringPropertyType> getTransformationDimensionMapping()
Gets the value of the transformationDimensionMapping 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 transformationDimensionMapping property.For example, to add a new item, do as follows:
getTransformationDimensionMapping().add(newItem);Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
-
isSetTransformationDimensionMapping
public boolean isSetTransformationDimensionMapping()
-
unsetTransformationDimensionMapping
public void unsetTransformationDimensionMapping()
-
toString
public String toString()
- Overrides:
toStringin classMDGridSpatialRepresentationType
-
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 classMDGridSpatialRepresentationType
-
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 classMDGridSpatialRepresentationType
-
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 classMDGridSpatialRepresentationType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classMDGridSpatialRepresentationType
-
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 classMDGridSpatialRepresentationType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classMDGridSpatialRepresentationType
-
clone
public Object clone()
- Overrides:
clonein classMDGridSpatialRepresentationType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMDGridSpatialRepresentationType
-
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 classMDGridSpatialRepresentationType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classMDGridSpatialRepresentationType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classMDGridSpatialRepresentationType
-
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 classMDGridSpatialRepresentationType
-
setCornerPoints
public void setCornerPoints(List<GMPointPropertyType> value)
-
setTransformationDimensionMapping
public void setTransformationDimensionMapping(List<CharacterStringPropertyType> value)
-
withCheckPointAvailability
public MDGeorectifiedType withCheckPointAvailability(BooleanPropertyType value)
-
withCheckPointDescription
public MDGeorectifiedType withCheckPointDescription(CharacterStringPropertyType value)
-
withCornerPoints
public MDGeorectifiedType withCornerPoints(GMPointPropertyType... values)
-
withCornerPoints
public MDGeorectifiedType withCornerPoints(Collection<GMPointPropertyType> values)
-
withCenterPoint
public MDGeorectifiedType withCenterPoint(GMPointPropertyType value)
-
withPointInPixel
public MDGeorectifiedType withPointInPixel(MDPixelOrientationCodePropertyType value)
-
withTransformationDimensionDescription
public MDGeorectifiedType withTransformationDimensionDescription(CharacterStringPropertyType value)
-
withTransformationDimensionMapping
public MDGeorectifiedType withTransformationDimensionMapping(CharacterStringPropertyType... values)
-
withTransformationDimensionMapping
public MDGeorectifiedType withTransformationDimensionMapping(Collection<CharacterStringPropertyType> values)
-
withCornerPoints
public MDGeorectifiedType withCornerPoints(List<GMPointPropertyType> value)
-
withTransformationDimensionMapping
public MDGeorectifiedType withTransformationDimensionMapping(List<CharacterStringPropertyType> value)
-
withNumberOfDimensions
public MDGeorectifiedType withNumberOfDimensions(IntegerPropertyType value)
- Overrides:
withNumberOfDimensionsin classMDGridSpatialRepresentationType
-
withAxisDimensionProperties
public MDGeorectifiedType withAxisDimensionProperties(MDDimensionPropertyType... values)
- Overrides:
withAxisDimensionPropertiesin classMDGridSpatialRepresentationType
-
withAxisDimensionProperties
public MDGeorectifiedType withAxisDimensionProperties(Collection<MDDimensionPropertyType> values)
- Overrides:
withAxisDimensionPropertiesin classMDGridSpatialRepresentationType
-
withCellGeometry
public MDGeorectifiedType withCellGeometry(MDCellGeometryCodePropertyType value)
- Overrides:
withCellGeometryin classMDGridSpatialRepresentationType
-
withTransformationParameterAvailability
public MDGeorectifiedType withTransformationParameterAvailability(BooleanPropertyType value)
- Overrides:
withTransformationParameterAvailabilityin classMDGridSpatialRepresentationType
-
withAxisDimensionProperties
public MDGeorectifiedType withAxisDimensionProperties(List<MDDimensionPropertyType> value)
- Overrides:
withAxisDimensionPropertiesin classMDGridSpatialRepresentationType
-
withId
public MDGeorectifiedType withId(String value)
- Overrides:
withIdin classMDGridSpatialRepresentationType
-
withUuid
public MDGeorectifiedType withUuid(String value)
- Overrides:
withUuidin classMDGridSpatialRepresentationType
-
-