public class UTMProjectionLoader extends BasicProjectionLoader
Modifier and Type | Field and Description |
---|---|
protected char |
defaultZoneLetter |
protected int |
defaultZoneNumber |
static java.lang.String |
ZONE_LETTER |
static java.lang.String |
ZONE_NUMBER |
description, DescriptionProperty, prettyName, PrettyNameProperty, projClass
i18n, propertyPrefix
beanContextChildSupport, isolated
EditorProperty, initPropertiesProperty, LabelEditorProperty, ScopedEditorProperty
Constructor and Description |
---|
UTMProjectionLoader() |
Modifier and Type | Method and Description |
---|---|
Projection |
create(java.util.Properties props)
Create the projection with the given parameters.
|
java.util.Properties |
getProperties(java.util.Properties props)
PropertyConsumer method, to fill in a Properties object, reflecting the
current values of the OMComponent.
|
java.util.Properties |
getPropertyInfo(java.util.Properties props)
Method to fill in a Properties object with values reflecting the
properties able to be set on this PropertyConsumer.
|
void |
setProperties(java.lang.String prefix,
java.util.Properties props)
Sets the properties for the OMComponent.
|
convertToLLP, getDescription, getPrettyName, getProjectionClass, setDescription, setPrettyName
getPropertyPrefix, setProperties, setPropertyPrefix
addPropertyChangeListener, addVetoableChangeListener, childrenAdded, childrenRemoved, findAndInit, findAndInit, findAndUndo, firePropertyChange, fireVetoableChange, getBeanContext, isIsolated, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext, setIsolated
public static final java.lang.String ZONE_NUMBER
public static final java.lang.String ZONE_LETTER
protected int defaultZoneNumber
protected char defaultZoneLetter
public void setProperties(java.lang.String prefix, java.util.Properties props)
OMComponent
setProperties
in interface PropertyConsumer
setProperties
in class BasicProjectionLoader
prefix
- the token to prefix the property namesprops
- the Properties
objectpublic java.util.Properties getProperties(java.util.Properties props)
OMComponent
getProperties
in interface PropertyConsumer
getProperties
in class BasicProjectionLoader
props
- a Properties object to load the PropertyConsumer properties
into. If props equals null, then a new Properties object should be
created.public java.util.Properties getPropertyInfo(java.util.Properties props)
OMComponent
getPropertyInfo
in interface PropertyConsumer
getPropertyInfo
in class BasicProjectionLoader
props
- a Properties object to load the PropertyConsumer properties
into. If getList equals null, then a new Properties object should
be created.public Projection create(java.util.Properties props) throws ProjectionException
BasicProjectionLoader
create
in interface ProjectionLoader
create
in class BasicProjectionLoader
ProjectionException
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details